OSDN Git Service

glsl: GLSL extensions have the GL_ prefix
authorBrian Paul <brianp@vmware.com>
Wed, 10 Feb 2010 15:27:03 +0000 (08:27 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 10 Feb 2010 15:28:37 +0000 (08:28 -0700)
commiteb095b67ad230876bc0ea1266b0a39244b1124b4
tree10fd946de22ee0bb49054059e62f9c65e72a9969
parentf88b43e8d09bf359e7d5770b133cb433b25f9848
glsl: GLSL extensions have the GL_ prefix

Both the #extension directive name and the preprocessor symbol start
with the GL_ prefix.  For example:

...

New glean/glsl1 tests have been added to test the #extension feature.
src/mesa/shader/slang/slang_compile.c