gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueue

This commit is contained in:
mailwl 2016-05-28 14:42:40 +03:00
parent 552018c50a
commit 07cc781163
3 changed files with 23 additions and 16 deletions

View file

@ -450,7 +450,7 @@ static const char* GetType(GLenum type) {
#undef RET
}
static void DebugHandler(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length,
static void APIENTRY DebugHandler(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length,
const GLchar* message, const void* user_param) {
Log::Level level;
switch (severity) {