X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fwglapi.py;h=9c4b13b47a56c2c356f1d8cfa8ee6b2d17176dbb;hb=77c10d8849459dbf7484fbc75eabe26cb401bb5a;hp=32172a8e4945226033759c2aa29dcae599a5ccc7;hpb=b4fb7a4628a0c14b8124dbcd1f97749c0276bf81;p=apitrace diff --git a/specs/wglapi.py b/specs/wglapi.py index 32172a8..9c4b13b 100644 --- a/specs/wglapi.py +++ b/specs/wglapi.py @@ -188,7 +188,7 @@ WGLPixelFormatAttribsList = [ ] WGLPixelFormatAttribs = AttribArray(WGLenum, WGLPixelFormatAttribsList) -WGLPixelFormatFloatAttribs = AttribArray(WGLenum, WGLPixelFormatAttribsList, punType = FLOAT) +WGLPixelFormatFloatAttribs = AttribArray(FLOAT, WGLPixelFormatAttribsList) WGLCreatePbufferARBAttribs = AttribArray(WGLenum, [ ('WGL_PBUFFER_LARGEST_ARB', Int)