| 649 | } |
| 650 | |
| 651 | void 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 |
nothing calls this directly
no outgoing calls
no test coverage detected