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

Method contextIsCurrent

core/src/processing/opengl/PGL.java:1147–1149  ·  view source on GitHub ↗
(int other)

Source from the content-addressed store, hash-verified

1145
1146
1147 protected boolean contextIsCurrent(int other) {
1148 return other == -1 || other == glContext;
1149 }
1150
1151
1152 protected void enableTexturing(int target) {

Callers 8

contextIsOutdatedMethod · 0.80
contextIsOutdatedMethod · 0.80
contextIsOutdatedMethod · 0.80
contextIsOutdatedMethod · 0.80
contextIsOutdatedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected