git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14563 16af8721-9629-0410-8352-f15c8da7e697
13 lines
375 B
C++
13 lines
375 B
C++
#include <osg/BlendFunci>
|
|
#include <osgDB/ObjectWrapper>
|
|
#include <osgDB/InputStream>
|
|
#include <osgDB/OutputStream>
|
|
|
|
REGISTER_OBJECT_WRAPPER( BlendFunci,
|
|
new osg::BlendFunci,
|
|
osg::BlendFunci,
|
|
"osg::Object osg::StateAttribute osg::BlendFunc osg::BlendFunci" )
|
|
{
|
|
ADD_UINT_SERIALIZER( Index, 0 );
|
|
}
|