mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Treat glStringMarkerGREMEDY the same as EXT_debug_marker
This commit is contained in:
@@ -36,7 +36,8 @@ static rdcstr DecodeLabel(GLsizei length, const GLchar *label)
|
||||
// mean that.
|
||||
GLsizei realLength = length;
|
||||
if((gl_CurChunk == GLChunk::glLabelObjectEXT || gl_CurChunk == GLChunk::glPushGroupMarkerEXT ||
|
||||
gl_CurChunk == GLChunk::glInsertEventMarkerEXT) &&
|
||||
gl_CurChunk == GLChunk::glInsertEventMarkerEXT ||
|
||||
gl_CurChunk == GLChunk::glStringMarkerGREMEDY) &&
|
||||
length == 0)
|
||||
realLength = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user