diff options
author | Ian Romanick <[email protected]> | 2009-08-14 01:20:56 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2009-08-14 16:28:51 -0700 |
commit | 9d5bb3c6f820a5a99e1f55b2fd14d250761fcddc (patch) | |
tree | 1c4292e307c7e5de5366e7e7f2c6d0942dacec70 /src/mesa/main/get_gen.py | |
parent | 970f76866617bc084847ce112c925b456d3deacc (diff) |
Infrastructure for GL_ARB_seamless_cube_map
Diffstat (limited to 'src/mesa/main/get_gen.py')
-rw-r--r-- | src/mesa/main/get_gen.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/get_gen.py b/src/mesa/main/get_gen.py index 5666ad0e42e..e9c8226d08d 100644 --- a/src/mesa/main/get_gen.py +++ b/src/mesa/main/get_gen.py @@ -1015,6 +1015,10 @@ StateVars = [ # GL_APPLE_vertex_array_object ( "GL_VERTEX_ARRAY_BINDING_APPLE", GLint, ["ctx->Array.ArrayObj->Name"], "", ["APPLE_vertex_array_object"] ), + + # GL_ARB_seamless_cube_map + ( "GL_TEXTURE_CUBE_MAP_SEAMLESS", GLboolean, ["ctx->Texture.CubeMapSeamless"], "", + ["ARB_seamless_cube_map"] ), ] |