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

Function glDrawRangeElementsEXT

source/glbinding/source/gl/functions_d.cpp:616–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614}
615
616void glDrawRangeElementsEXT(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void * indices)
617{
618 return glbinding::Binding::DrawRangeElementsEXT(mode, start, end, count, type, indices);
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{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected