Updated wrappers

This commit is contained in:
Robert Osfield
2008-12-19 10:20:23 +00:00
parent a4174763f8
commit 4c6511fd50
27 changed files with 276 additions and 58 deletions

View File

@@ -306,31 +306,16 @@ BEGIN_OBJECT_REFLECTOR(osg::Texture3D::Extensions)
__GLint__maxTexture3DSize,
"",
"");
I_Method1(void, setTexImage3DProc, IN, void *, ptr,
Properties::NON_VIRTUAL,
__void__setTexImage3DProc__void_P1,
"",
"");
I_Method10(void, glTexImage3D, IN, GLenum, target, IN, GLint, level, IN, GLenum, internalFormat, IN, GLsizei, width, IN, GLsizei, height, IN, GLsizei, depth, IN, GLint, border, IN, GLenum, format, IN, GLenum, type, IN, const GLvoid *, pixels,
Properties::NON_VIRTUAL,
__void__glTexImage3D__GLenum__GLint__GLenum__GLsizei__GLsizei__GLsizei__GLint__GLenum__GLenum__C5_GLvoid_P1,
"",
"");
I_Method1(void, setTexSubImage3DProc, IN, void *, ptr,
Properties::NON_VIRTUAL,
__void__setTexSubImage3DProc__void_P1,
"",
"");
I_Method11(void, glTexSubImage3D, IN, GLenum, target, IN, GLint, level, IN, GLint, xoffset, IN, GLint, yoffset, IN, GLint, zoffset, IN, GLsizei, width, IN, GLsizei, height, IN, GLsizei, depth, IN, GLenum, format, IN, GLenum, type, IN, const GLvoid *, pixels,
Properties::NON_VIRTUAL,
__void__glTexSubImage3D__GLenum__GLint__GLint__GLint__GLint__GLsizei__GLsizei__GLsizei__GLenum__GLenum__C5_GLvoid_P1,
"",
"");
I_Method1(void, setCopyTexSubImage3DProc, IN, void *, ptr,
Properties::NON_VIRTUAL,
__void__setCopyTexSubImage3DProc__void_P1,
"",
"");
I_Method9(void, glCopyTexSubImage3D, IN, GLenum, target, IN, GLint, level, IN, GLint, xoffset, IN, GLint, yoffset, IN, GLint, zoffset, IN, GLint, x, IN, GLint, y, IN, GLsizei, width, IN, GLsizei, height,
Properties::NON_VIRTUAL,
__void__glCopyTexSubImage3D__GLenum__GLint__GLint__GLint__GLint__GLint__GLint__GLsizei__GLsizei,
@@ -341,11 +326,6 @@ BEGIN_OBJECT_REFLECTOR(osg::Texture3D::Extensions)
__bool__isCompressedTexImage3DSupported,
"",
"");
I_Method1(void, setCompressedTexImage3DProc, IN, void *, ptr,
Properties::NON_VIRTUAL,
__void__setCompressedTexImage3DProc__void_P1,
"",
"");
I_Method9(void, glCompressedTexImage3D, IN, GLenum, target, IN, GLint, level, IN, GLenum, internalformat, IN, GLsizei, width, IN, GLsizei, height, IN, GLsizei, depth, IN, GLint, border, IN, GLsizei, imageSize, IN, const GLvoid *, data,
Properties::NON_VIRTUAL,
__void__glCompressedTexImage3D__GLenum__GLint__GLenum__GLsizei__GLsizei__GLsizei__GLint__GLsizei__C5_GLvoid_P1,
@@ -356,47 +336,55 @@ BEGIN_OBJECT_REFLECTOR(osg::Texture3D::Extensions)
__bool__isCompressedTexSubImage3DSupported,
"",
"");
I_Method1(void, setCompressedTexSubImage3DProc, IN, void *, ptr,
Properties::NON_VIRTUAL,
__void__setCompressedTexSubImage3DProc__void_P1,
"",
"");
I_Method11(void, glCompressedTexSubImage3D, IN, GLenum, target, IN, GLint, level, IN, GLint, xoffset, IN, GLint, yoffset, IN, GLint, zoffset, IN, GLsizei, width, IN, GLsizei, height, IN, GLsizei, depth, IN, GLenum, format, IN, GLsizei, imageSize, IN, const GLvoid *, data,
Properties::NON_VIRTUAL,
__void__glCompressedTexSubImage3D__GLenum__GLint__GLint__GLint__GLint__GLsizei__GLsizei__GLsizei__GLenum__GLsizei__C5_GLvoid_P1,
"",
"");
I_Method1(void, setBuild3DMipmapsProc, IN, void *, ptr,
Properties::NON_VIRTUAL,
__void__setBuild3DMipmapsProc__void_P1,
"",
"");
I_Method8(void, gluBuild3DMipmaps, IN, GLenum, target, IN, GLint, internalFormat, IN, GLsizei, width, IN, GLsizei, height, IN, GLsizei, depth, IN, GLenum, format, IN, GLenum, type, IN, const GLvoid *, data,
Properties::NON_VIRTUAL,
__void__gluBuild3DMipmaps__GLenum__GLint__GLsizei__GLsizei__GLsizei__GLenum__GLenum__C5_GLvoid_P1,
"",
"");
I_SimpleProperty(void *, Build3DMipmapsProc,
0,
__void__setBuild3DMipmapsProc__void_P1);
I_SimpleProperty(void *, CompressedTexImage3DProc,
0,
__void__setCompressedTexImage3DProc__void_P1);
I_SimpleProperty(void *, CompressedTexSubImage3DProc,
0,
__void__setCompressedTexSubImage3DProc__void_P1);
I_SimpleProperty(void *, CopyTexSubImage3DProc,
0,
__void__setCopyTexSubImage3DProc__void_P1);
I_ProtectedMethod1(typedef, void, IN, APIENTRY *, GLTexImage3DProc,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__typedef__void__APIENTRY_P1,
"",
"");
I_ProtectedMethod1(typedef, void, IN, APIENTRY *, GLTexSubImage3DProc,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__typedef__void__APIENTRY_P1,
"",
"");
I_ProtectedMethod1(typedef, void, IN, APIENTRY *, CompressedTexImage3DArbProc,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__typedef__void__APIENTRY_P1,
"",
"");
I_ProtectedMethod1(typedef, void, IN, APIENTRY *, CompressedTexSubImage3DArbProc,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__typedef__void__APIENTRY_P1,
"",
"");
I_ProtectedMethod1(typedef, void, IN, APIENTRY *, GLCopyTexSubImageProc,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__typedef__void__APIENTRY_P1,
"",
"");
I_ProtectedMethod1(typedef, void, IN, APIENTRY *, GLUBuild3DMipMapsProc,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__typedef__void__APIENTRY_P1,
"",
"");
I_SimpleProperty(GLint, MaxTexture3DSize,
0,
__void__setMaxTexture3DSize__GLint);
I_SimpleProperty(void *, TexImage3DProc,
0,
__void__setTexImage3DProc__void_P1);
I_SimpleProperty(void *, TexSubImage3DProc,
0,
__void__setTexSubImage3DProc__void_P1);
I_SimpleProperty(bool, Texture3DFast,
0,
__void__setTexture3DFast__bool);