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

Method createEmptyContext

core/src/processing/opengl/PGL.java:1132–1134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1130
1131
1132 protected int createEmptyContext() {
1133 return -1;
1134 }
1135
1136
1137 protected int getCurrentContext() {

Callers 5

PShaderMethod · 0.80
VertexBufferMethod · 0.80
FrameBufferMethod · 0.80
TextureMethod · 0.80
PShapeOpenGLMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected