From 2e67fee738183231bfaf71e50630d682273fd834 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 18 Mar 2005 10:27:49 +0000 Subject: [PATCH] updates to reflect changes to StateAttribute::Types --- src/osgWrappers/osg/StateAttribute.cpp | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/osgWrappers/osg/StateAttribute.cpp b/src/osgWrappers/osg/StateAttribute.cpp index 187558c91..3cd66ce8b 100644 --- a/src/osgWrappers/osg/StateAttribute.cpp +++ b/src/osgWrappers/osg/StateAttribute.cpp @@ -56,9 +56,13 @@ BEGIN_ENUM_REFLECTOR(osg::StateAttribute::Type) EnumLabel(osg::StateAttribute::PROGRAMOBJECT); EnumLabel(osg::StateAttribute::VALIDATOR); EnumLabel(osg::StateAttribute::VIEWMATRIXEXTRACTOR); - EnumLabel(osg::StateAttribute::PARAMETER_BLOCK); - EnumLabel(osg::StateAttribute::TEXTURE_SHADER); - EnumLabel(osg::StateAttribute::VERTEX_PROGRAM); - EnumLabel(osg::StateAttribute::REGISTER_COMBINERS); - EnumLabel(osg::StateAttribute::PROGRAM_PARSER); + + EnumLabel(osg::StateAttribute::OSGNV_PARAMETER_BLOCK); + EnumLabel(osg::StateAttribute::OSGNVEXT_TEXTURE_SHADER); + EnumLabel(osg::StateAttribute::OSGNVEXT_VERTEX_PROGRAM); + EnumLabel(osg::StateAttribute::OSGNVEXT_REGISTER_COMBINERS); + EnumLabel(osg::StateAttribute::OSGNVCG_PROGRAM); + EnumLabel(osg::StateAttribute::OSGNVSLANG_PROGRAM); + EnumLabel(osg::StateAttribute::OSGNVPARSE_PROGRAM_PARSER); + END_REFLECTOR