Cogs.Core
Cogs.Rendering
Source
OpenGL20
CommonGL20.h
1
#pragma once
2
3
#ifdef _WIN32
4
#pragma warning(disable:4100)
5
#endif
6
7
#include "../BaseGL/GLFuncPointers.h"
8
9
#include <cassert>
10
11
#include "../Base/ResourceMap.h"
12
13
#include "../Common.h"
14
#include "../VertexFormat.h"
15
16
namespace
Cogs
{
17
#if defined(_WIN32)
18
const
PIXELFORMATDESCRIPTOR* getPixelFormatDescriptor();
19
#elif defined(EGL)
20
const
char
* getEGLErrorString();
21
#endif
22
void
enableGLDebugging();
23
}
Cogs
Contains all Cogs related functionality.
Definition:
FieldSetter.h:23
Generated by
1.9.6