MCPcopy Index your code
hub / github.com/benfry/processing4 / setUniformImpl

Method setUniformImpl

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

Source from the content-addressed store, hash-verified

744
745
746 protected void setUniformImpl(String name, int type, Object value) {
747 if (uniformValues == null) {
748 uniformValues = new HashMap<>();
749 }
750 uniformValues.put(name, new UniformValue(type, value));
751 }
752
753
754 protected void consumeUniforms() {

Callers 1

setMethod · 0.95

Calls 1

putMethod · 0.45

Tested by

no test coverage detected