Added BX_PLATFORM_QNX.

This commit is contained in:
bkaradzic
2013-04-12 23:43:46 -07:00
parent d936a29ea6
commit ab05bc6974
6 changed files with 14 additions and 4 deletions

View File

@@ -162,6 +162,7 @@ namespace bgfx
}
}
#if BGFX_CONFIG_RENDERER_OPENGL
static void APIENTRY debugProcCb(GLenum _source, GLenum _type, GLuint _id, GLenum _severity, GLsizei /*_length*/, const GLchar* _message, GLvoid* /*_userParam*/)
{
BX_TRACE("src %d, type %d, id %d, severity %d, '%s'"
@@ -172,6 +173,7 @@ namespace bgfx
, _message
);
}
#endif // BGFX_CONFIG_RENDERER_OPENGL
struct RendererContext
{