Method
getVertexAttribPointerv
(int index, int pname, ByteBuffer data)
Source from the content-addressed store, hash-verified
| 1709 | } |
| 1710 | |
| 1711 | @Override |
| 1712 | public void getVertexAttribPointerv(int index, int pname, ByteBuffer data) { |
| 1713 | throw new RuntimeException(String.format(MISSING_GLFUNC_ERROR, "glGetVertexAttribPointerv()")); |
| 1714 | } |
| 1715 | |
| 1716 | @Override |
| 1717 | public void getUniformfv(int program, int location, FloatBuffer params) { |
Callers
nothing calls this directly
Tested by
no test coverage detected