mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
fix glCreateMemoryObjectsEXT by calling the correct function
This commit is contained in:
committed by
Baldur Karlsson
parent
356ef2587d
commit
5aaf3b4631
@@ -542,7 +542,7 @@ bool WrappedOpenGL::Serialise_glCreateMemoryObjectsEXT(SerialiserType &ser, GLsi
|
||||
if(IsReplayingAndReading())
|
||||
{
|
||||
GLuint real = 0;
|
||||
GL.glGenSemaphoresEXT(1, &real);
|
||||
GL.glCreateMemoryObjectsEXT(1, &real);
|
||||
|
||||
GLResource res = ExtMemRes(GetCtx(), real);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user