]> git.cworth.org Git - vogl/blobdiff - src/voglcommon/gl_pname_defs.h
- Adding snapshot/restore support for indeded variants of GL_BLEND
[vogl] / src / voglcommon / gl_pname_defs.h
index c67e912b7d54b76f8c21f151a317191fe27045a3..da8fd5cf7dcd851a1848c797bc1bd0740b103f71 100644 (file)
@@ -191,7 +191,7 @@ struct gl_pname_def_t
                 { "glGet",     'B',    1,      "GL_DITHER",  0x0BD0},
                 { "glGet",     'E',    1,      "GL_BLEND_DST",  0x0BE0},
                 { "glGet",     'E',    1,      "GL_BLEND_SRC",  0x0BE1},
-                { "glGet",     'B',    1,      "GL_BLEND",  0x0BE2},
+                { "glGet,glGetI",      'B',    1,      "GL_BLEND",  0x0BE2},
                 { "glGet",     'E',    1,      "GL_LOGIC_OP_MODE",  0x0BF0},
                 { "glGet",     'B',    1,      "GL_INDEX_LOGIC_OP",  0x0BF1},
                 { "glGet",     'B',    1,      "GL_COLOR_LOGIC_OP",  0x0BF2},