X-Git-Url: https://deadsoftware.ru/gitweb?p=nanogl.git;a=blobdiff_plain;f=nanoWrap.cpp;h=420ea78269ad86e21c4b9c09f4b6a48ab20dabda;hp=b46b4c796cf1dff53a3d1beea2b600141a8f48b4;hb=refs%2Fheads%2Fios-port;hpb=ae8ec8d2041e425816c1f04421a12c17ade5e30e diff --git a/nanoWrap.cpp b/nanoWrap.cpp index b46b4c7..420ea78 100644 --- a/nanoWrap.cpp +++ b/nanoWrap.cpp @@ -166,7 +166,7 @@ static struct nanotmuState tmuInitState = static struct nanotmuState *activetmuState = &tmuState0; -extern "C++" GlESInterface *glEsImpl; +extern GlESInterface *glEsImpl; static GLenum wrapperPrimitiveMode = GL_QUADS; GLboolean useTexCoordArray = GL_FALSE; @@ -2099,7 +2099,7 @@ void glDrawArrays( GLenum mode, GLint first, GLsizei count ) { glEsImpl->glNormalPointer( type, stride, ptr ); }*/ - +/* void glCopyTexSubImage2D( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height ) { FlushOnStateChange( ); @@ -2157,4 +2157,4 @@ void glRenderbufferStorage( GLenum target, GLenum internalformat, GLsizei width, { FlushOnStateChange( ); glEsImpl->glRenderbufferStorage( target, internalformat, width, height ); -} +}*/