MCPcopy Create free account
hub / github.com/benfry/processing4 / getVertexAttribPointerv

Method getVertexAttribPointerv

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

Calls 1

formatMethod · 0.65

Tested by

no test coverage detected