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
Post a Comment