From 8770309da92108f227e7dcbd7f51f6a146c86fd5 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 15 Oct 2004 10:35:09 +0000 Subject: [PATCH] Added osgNV enum Types --- include/osg/StateAttribute | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/include/osg/StateAttribute b/include/osg/StateAttribute index 035faa1a0..2d56737fd 100644 --- a/include/osg/StateAttribute +++ b/include/osg/StateAttribute @@ -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.*/