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

Method shaderSource

core/src/processing/opengl/PGL.java:3321–3321  ·  view source on GitHub ↗
(int shader, String source)

Source from the content-addressed store, hash-verified

3319
3320 public abstract int createShader(int type);
3321 public abstract void shaderSource(int shader, String source);
3322 public abstract void compileShader(int shader);
3323 public abstract void releaseShaderCompiler();
3324 public abstract void deleteShader(int shader);

Callers 3

createShaderMethod · 0.95
compileVertexShaderMethod · 0.45
compileFragmentShaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected