From 488d108ae04d553bbc0029b713fbd394b69a9d6b Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 25 Oct 2009 11:46:11 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/osg/State.cpp | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) diff --git a/src/osgWrappers/osg/State.cpp b/src/osgWrappers/osg/State.cpp index 4f8db1d38..9a5d41d55 100644 --- a/src/osgWrappers/osg/State.cpp +++ b/src/osgWrappers/osg/State.cpp @@ -526,11 +526,6 @@ BEGIN_OBJECT_REFLECTOR(osg::State) __void__VerteAttrib__unsigned_int__float__float__float__float, "", ""); - I_Method3(void, setInterleavedArrays, IN, GLenum, format, IN, GLsizei, stride, IN, const GLvoid *, pointer, - Properties::NON_VIRTUAL, - __void__setInterleavedArrays__GLenum__GLsizei__C5_GLvoid_P1, - "Wrapper around glInterleavedArrays(. ", - ".). also resets the internal array points and modes within osg::State to keep the other vertex array operations consistent. "); I_Method0(void, lazyDisablingOfVertexAttributes, Properties::NON_VIRTUAL, __void__lazyDisablingOfVertexAttributes, @@ -541,6 +536,11 @@ BEGIN_OBJECT_REFLECTOR(osg::State) __void__applyDisablingOfVertexAttributes, "Disable all the vertex attributes that have been marked as to be disabled. ", ""); + I_Method3(void, setInterleavedArrays, IN, GLenum, format, IN, GLsizei, stride, IN, const GLvoid *, pointer, + Properties::NON_VIRTUAL, + __void__setInterleavedArrays__GLenum__GLsizei__C5_GLvoid_P1, + "Wrapper around glInterleavedArrays(. ", + ".). also resets the internal array points and modes within osg::State to keep the other vertex array operations consistent. "); I_Method1(void, setVertexPointer, IN, const osg::Array *, array, Properties::NON_VIRTUAL, __void__setVertexPointer__C5_Array_P1, @@ -626,21 +626,6 @@ BEGIN_OBJECT_REFLECTOR(osg::State) __void__dirtySecondaryColorPointer, "", ""); - I_Method3(void, setIndexPointer, IN, GLenum, type, IN, GLsizei, stride, IN, const GLvoid *, ptr, - Properties::NON_VIRTUAL, - __void__setIndexPointer__GLenum__GLsizei__C5_GLvoid_P1, - "wrapper around glEnableClientState(GL_INDEX_ARRAY);glIndexPointer(. ", - ".); note, only updates values that change. "); - I_Method0(void, disableIndexPointer, - Properties::NON_VIRTUAL, - __void__disableIndexPointer, - "wrapper around glDisableClientState(GL_INDEX_ARRAY); note, only updates values that change. ", - ""); - I_Method0(void, dirtyIndexPointer, - Properties::NON_VIRTUAL, - __void__dirtyIndexPointer, - "", - ""); I_Method0(bool, isFogCoordSupported, Properties::NON_VIRTUAL, __bool__isFogCoordSupported,