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

Method enableVertexAttribArray

core/src/processing/opengl/PGL.java:3176–3176  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

3174 public abstract void vertexAttrib4fv(int index, FloatBuffer values);
3175 public abstract void vertexAttribPointer(int index, int size, int type, boolean normalized, int stride, int offset);
3176 public abstract void enableVertexAttribArray(int index);
3177 public abstract void disableVertexAttribArray(int index);
3178
3179 public void drawArrays(int mode, int first, int count) {

Callers 4

drawTexture2DMethod · 0.95
drawTextureRectMethod · 0.95
bindTypedMethod · 0.45
bindMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected