Added osgNV enum Types

This commit is contained in:
Robert Osfield
2004-10-15 10:35:09 +00:00
parent 18cd77873a
commit 8770309da9

View File

@@ -165,6 +165,16 @@ class SG_EXPORT StateAttribute : public Object
/// osgFX namespace
VALIDATOR,
VIEWMATRIXEXTRACTOR,
// osgNV namespace
PARAMETER_BLOCK,
// osgNVExt namespace
TEXTURE_SHADER,
VERTEX_PROGRAM,
REGISTER_COMBINERS,
// osgNVParse
PROGRAM,
PROGRAM_PARSER
};
/** Simple pairing between an attribute type and the member within that attribute type group.*/