| 124 | } |
| 125 | |
| 126 | void glArrayObjectATI(GLenum array, GLint size, GLenum type, GLsizei stride, GLuint buffer, GLuint offset) |
| 127 | { |
| 128 | return glbinding::Binding::ArrayObjectATI(array, size, type, stride, buffer, offset); |
| 129 | } |
| 130 | |
| 131 | GLuint glAsyncCopyBufferSubDataNVX(GLsizei waitSemaphoreCount, const GLuint * waitSemaphoreArray, const GLuint64 * fenceValueArray, GLuint readGpu, GLbitfield writeGpuMask, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size, GLsizei signalSemaphoreCount, const GLuint * signalSemaphoreArray, const GLuint64 * signalValueArray) |
| 132 | { |
nothing calls this directly
no outgoing calls
no test coverage detected