X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gltypes.py;h=32a6ca890612431543032d140ff4d3169a6298b8;hb=45e094f2f82ec00291615aa055fb08f6efffe838;hp=d1fb80c4dd758563ed4f71473f030eb217889a09;hpb=20384db886921235dec6575eb006292c3c9020b9;p=apitrace diff --git a/gltypes.py b/gltypes.py index d1fb80c..32a6ca8 100644 --- a/gltypes.py +++ b/gltypes.py @@ -81,6 +81,7 @@ GLarray = Handle("array", GLuint) GLregion = Handle("region", GLuint) GLmap = Handle("map", OpaquePointer(GLvoid)) GLpipeline = Handle("pipeline", GLuint) +GLsampler = Handle("sampler", GLuint) GLsync_ = Opaque("GLsync") GLsync = Handle("sync", GLsync_)