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

Method uniform1iv

core/src/processing/opengl/PGL.java:3288–3288  ·  view source on GitHub ↗
(int location, int count, IntBuffer v)

Source from the content-addressed store, hash-verified

3286 public abstract void uniform3f(int location, float value0, float value1, float value2);
3287 public abstract void uniform4f(int location, float value0, float value1, float value2, float value3);
3288 public abstract void uniform1iv(int location, int count, IntBuffer v);
3289 public abstract void uniform2iv(int location, int count, IntBuffer v);
3290 public abstract void uniform3iv(int location, int count, IntBuffer v);
3291 public abstract void uniform4iv(int location, int count, IntBuffer v);

Callers 2

setUniformVectorMethod · 0.45
consumeUniformsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected