gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueue
This commit is contained in:
parent
552018c50a
commit
07cc781163
3 changed files with 23 additions and 16 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue