add wrapper for osg::DrawIndirectBufferObject

This commit is contained in:
Julien Valentin 2018-04-25 09:48:02 +01:00 committed by Robert Osfield
parent 2b3ac015bb
commit cea33e40df

View 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" )
{
}