From: Zack Rusin Date: Wed, 27 Apr 2011 14:18:31 +0000 (-0400) Subject: Add GL_ANY_SAMPLES_PASSED from occ_query2 to the list of enums. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=a8a243da02d8fc3e1a970752d349ea4bf5c88e2d;p=apitrace Add GL_ANY_SAMPLES_PASSED from occ_query2 to the list of enums. --- diff --git a/glenum.py b/glenum.py index 4a40b74..80bfed2 100644 --- a/glenum.py +++ b/glenum.py @@ -2108,6 +2108,7 @@ GLenum = Enum("GLenum", [ "GL_TEXTURE_BINDING_BUFFER", # 0x8C2C "GL_TEXTURE_BUFFER_DATA_STORE_BINDING", # 0x8C2D "GL_TEXTURE_BUFFER_FORMAT", # 0x8C2E + "GL_ANY_SAMPLES_PASSED", # 0x8C2F "GL_R11F_G11F_B10F", # 0x8C3A "GL_UNSIGNED_INT_10F_11F_11F_REV", # 0x8C3B "GL_RGBA_SIGNED_COMPONENTS_EXT", # 0x8C3C