opengl - Where is glTextureVertexPointer defined? -


i cant finding out gltexturevertexpointer defined, there no such function in c++ or java opengl games , i've included , tested opengl.

i trying call way

gltexturevertexpointer(2, gl_float, texverts); 

i need function in order draw sprites texture spritesheet. cant find function in google, also, need know full source code if possible. more interesting cant find function in official opengl pages.

i have taken function answer: opengl spritesheets - beginner needs guidance

there no such function. there gltexcoordpointer, seem have signature you're looking for.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -