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

Method uniform3iv

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

Source from the content-addressed store, hash-verified

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);
3292 public abstract void uniform1fv(int location, int count, FloatBuffer v);
3293 public abstract void uniform2fv(int location, int count, FloatBuffer v);

Callers 2

setUniformVectorMethod · 0.45
consumeUniformsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected