32 #include "opengl_defines.h"
35 #include "../Display/Render/texture.h"
38 #define cl_tls_variable _declspec(thread)
39 #elif defined(__APPLE__) // To do: change check to only apply to iOS/ARM target
40 #define cl_tls_variable
42 #define cl_tls_variable __thread
49 class OpenGLContextProvider;
50 class GL1GraphicContext;
51 class GL3GraphicContext;
94 static void set_active(
const OpenGLContextProvider *
const gc_provider);
140 static void remove_active(
const OpenGLContextProvider *
const gc_provider);
TextureFilter
Texture filters.
Definition: texture.h:64
PrimitivesType
Primitive types.
Definition: graphic_context.h:223
GLenum pixel_format
Definition: opengl.h:63
GLenum source
Definition: opengl.h:69
static GLenum to_enum(DrawBuffer buf)
GLenum type
Definition: opengl.h:70
std::shared_ptr< Texture > TexturePtr
Definition: d3d_target.h:37
BlendFunc
Blending functions.
Definition: graphic_context.h:157
static TextureFormat_GL textureformat(TextureFormat format)
Returns the opengl texture format.
BufferUsage
Array Buffer usage enum.
Definition: buffer_usage.h:35
FillMode
Polygon filling modes.
Definition: graphic_context.h:80
static cl_tls_variable GLFunctions * functions
Function table for OpenGL 2.0.
Definition: opengl.h:85
static void check_error()
Throw an exception if an OpenGL error was detected ( Using glGetError() )
GLenum pixel_datatype
Definition: opengl.h:64
CompareFunction
Compare functions.
Definition: graphic_context.h:95
TextureFormat
Texture format.
Definition: texture_format.h:35
GLint internal_format
Definition: opengl.h:62
TextureCompareMode
Texture compare modes.
Definition: texture.h:75
friend class PBuffer_GL1_Impl
Definition: opengl.h:144
static std::vector< MessageLog_GL > get_message_log(GLuint numMsgs)
Get the OpenGL message log.
unsigned int GLuint
Definition: opengl_defines.h:61
static bool set_active()
Sets the thread's OpenGL context to the first valid allocated one.
OpenGL utility class.
Definition: opengl.h:78
GLFunctions.
Definition: opengl_wrap.h:45
LogicOp
Logic Op.
Definition: graphic_context.h:136
GLenum severity
Definition: opengl.h:71
GLuint id
Definition: opengl.h:72
bool valid
True when this is a valid opengl format.
Definition: opengl.h:61
int GLint
Definition: opengl_defines.h:57
BufferAccess
Array Buffer access enum.
Definition: buffer_usage.h:49
CullMode
Polygon culling modes.
Definition: graphic_context.h:72
std::shared_ptr< GraphicContext > GraphicContextPtr
Definition: d3d_target.h:49
static GLenum to_cube_target(int index)
VertexAttributeDataType
Primitives array description.
Definition: primitives_array.h:48
TextureWrapMode
Texture coordinate wrapping modes.
Definition: texture.h:56
static GLuint get_texture_handle(const TexturePtr &texture)
Returns the OpenGL texture handle.
void( ProcAddress)()
Extension procedure address typedef for OpenGL.
Definition: opengl.h:56
friend class GL3GraphicContext
Definition: opengl.h:143
Definition: Application/application.h:35
StencilOp
Stencil operations.
Definition: graphic_context.h:108
friend class GL1GraphicContext
Definition: opengl.h:142
std::string message
Definition: opengl.h:73
TextureFormat texture_format
Definition: opengl.h:60
BlendEquation
Blending equations.
Definition: graphic_context.h:206
unsigned int GLenum
Definition: opengl_defines.h:52
static ProcAddress * get_proc_address(const std::string &function_name)
Get OpenGL extension specific function address.
DrawBuffer
Drawing buffers.
Definition: graphic_context.h:121