From Mike Weiblen,

"updates for GLSL core integration:
Code compiles and runs on win32.
Basic functionality of Program and Shader in place.
Program derived from StateAttribute.
Uniform value propagation is not yet functional (in development)
Includes some patches by Nathan Cournia.
includes example testcase to demo use of new classes."
This commit is contained in:
Robert Osfield
2005-03-24 09:37:45 +00:00
parent 2ab78cfe38
commit 7883574d28
9 changed files with 492 additions and 314 deletions

View File

@@ -184,6 +184,9 @@ class SG_EXPORT StateAttribute : public Object
// osgNVParse
OSGNVPARSE_PROGRAM_PARSER,
/// core GLSL support
PROGRAM
};
/** Simple pairing between an attribute type and the member within that attribute type group.*/