X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fgltypes.py;h=23af3279e54f2e51a33e8ebba9ad6166131a7d36;hb=2b807458f983e01e6c5c49a6c77ee28a145a1b2d;hp=4324ac7e389ad75a6fb9abfadc5127a685a3a10f;hpb=cb9d2e002ba98b743851db4016dc68ba3ddbd845;p=apitrace diff --git a/specs/gltypes.py b/specs/gltypes.py index 4324ac7..23af327 100644 --- a/specs/gltypes.py +++ b/specs/gltypes.py @@ -100,7 +100,7 @@ GLshader = Handle("shader", GLuint) GLlocation = Handle("location", GLint, key=('program', GLhandleARB)) GLlocationARB = Handle("location", GLint, key=('programObj', GLhandleARB)) -contextKey = ('reinterpret_cast(glretrace::currentContext)', UIntPtr) +contextKey = ('reinterpret_cast(glretrace::getCurrentContext())', UIntPtr) GLprogramARB = Handle("programARB", GLuint) GLframebuffer = Handle("framebuffer", GLuint)