MCPcopy Index your code
hub / github.com/processing/processing / getVertexAttribPointerv

Method getVertexAttribPointerv

core/src/processing/opengl/PJOGL.java:1711–1714  ·  view source on GitHub ↗
(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

Calls 1

formatMethod · 0.65

Tested by

no test coverage detected