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

Method setUniformImpl

core/src/processing/opengl/PShader.java:737–742  ·  view source on GitHub ↗
(String name, int type, Object value)

Source from the content-addressed store, hash-verified

735
736
737 protected void setUniformImpl(String name, int type, Object value) {
738 if (uniformValues == null) {
739 uniformValues = new HashMap<String, UniformValue>();
740 }
741 uniformValues.put(name, new UniformValue(type, value));
742 }
743
744
745 protected void consumeUniforms() {

Callers 1

setMethod · 0.95

Calls 1

putMethod · 0.45

Tested by

no test coverage detected