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

Function glDrawVkImageNV

source/glbinding/source/gl/functions_d.cpp:651–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649}
650
651void glDrawVkImageNV(GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1)
652{
653 return glbinding::Binding::DrawVkImageNV(vkImage, sampler, x0, y0, x1, y1, z, s0, t0, s1, t1);
654}
655
656
657} // namespace gl

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected