MCPcopy Create free account
hub / github.com/cginternals/glbinding / glDrawTextureNV

Function glDrawTextureNV

source/glbinding/source/gl/functions_d.cpp:621–624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619}
620
621void glDrawTextureNV(GLuint texture, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1)
622{
623 return glbinding::Binding::DrawTextureNV(texture, sampler, x0, y0, x1, y1, z, s0, t0, s1, t1);
624}
625
626void glDrawTransformFeedback(GLenum mode, GLuint id)
627{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected