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