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