add BufferData associate to Image and subclasses

This commit is contained in:
Julien Valentin
2018-01-04 05:16:21 +01:00
parent 196256fdcd
commit e33a407aaf
3 changed files with 16 additions and 3 deletions

View File

@@ -6,8 +6,12 @@
REGISTER_OBJECT_WRAPPER( ImageStream,
new osg::ImageStream,
osg::ImageStream,
"osg::Object osg::Image osg::ImageStream" )
"osg::Object osg::BufferData osg::Image osg::ImageStream" )
{
{
UPDATE_TO_VERSION_SCOPED( 154 )
ADDED_ASSOCIATE("osg::BufferData")
}
BEGIN_ENUM_SERIALIZER( LoopingMode, NO_LOOPING );
ADD_ENUM_VALUE( NO_LOOPING );
ADD_ENUM_VALUE( LOOPING );