Treat glStringMarkerGREMEDY the same as EXT_debug_marker

This commit is contained in:
baldurk
2020-02-21 16:02:01 +00:00
parent 31e2447db4
commit 4b57eec35d
@@ -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;