add wrapper for osg::DrawIndirectBufferObject
This commit is contained in:
parent
2b3ac015bb
commit
cea33e40df
11
src/osgWrappers/serializers/osg/DrawIndirectBufferObject.cpp
Normal file
11
src/osgWrappers/serializers/osg/DrawIndirectBufferObject.cpp
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#include <osg/BufferObject>
|
||||||
|
#include <osgDB/ObjectWrapper>
|
||||||
|
#include <osgDB/InputStream>
|
||||||
|
#include <osgDB/OutputStream>
|
||||||
|
|
||||||
|
REGISTER_OBJECT_WRAPPER( DrawIndirectBufferObject,
|
||||||
|
new osg::DrawIndirectBufferObject,
|
||||||
|
osg::DrawIndirectBufferObject,
|
||||||
|
"osg::Object osg::BufferObject osg::DrawIndirectBufferObject" )
|
||||||
|
{
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user