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

Method uniform2fv

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

Source from the content-addressed store, hash-verified

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);
3294 public abstract void uniform3fv(int location, int count, FloatBuffer v);
3295 public abstract void uniform4fv(int location, int count, FloatBuffer v);
3296 public abstract void uniformMatrix2fv(int location, int count, boolean transpose, FloatBuffer mat);

Callers 2

setUniformVectorMethod · 0.45
consumeUniformsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected