fix glCreateMemoryObjectsEXT by calling the correct function

This commit is contained in:
Remi Palandri
2019-01-09 14:06:39 -08:00
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);