X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fgltypes.py;h=23af3279e54f2e51a33e8ebba9ad6166131a7d36;hb=04f42b803c60b593359322b80af4003361ccd097;hp=4324ac7e389ad75a6fb9abfadc5127a685a3a10f;hpb=5ed4ca62e0b1236ff45e608d6b531a2181c6afbb;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)