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

Method create

core/src/processing/opengl/PShader.java:908–911  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

906
907
908 protected void create() {
909 context = pgl.getCurrentContext();
910 glres = new GLResourceShader(this);
911 }
912
913
914 protected boolean compile() {

Callers 2

initMethod · 0.95
initWindowMethod · 0.45

Calls 1

getCurrentContextMethod · 0.80

Tested by

no test coverage detected