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

Method clientWaitSync

core/src/processing/opengl/PJOGL.java:1222–1229  ·  view source on GitHub ↗
(long sync, int flags, long timeout)

Source from the content-addressed store, hash-verified

1220 }
1221
1222 @Override
1223 public int clientWaitSync(long sync, int flags, long timeout) {
1224 if (gl3es3 != null) {
1225 return gl3es3.glClientWaitSync(sync, flags, timeout);
1226 } else {
1227 throw new RuntimeException(String.format(MISSING_GLFUNC_ERROR, "clientWaitSync()"));
1228 }
1229 }
1230
1231 //////////////////////////////////////////////////////////////////////////////
1232

Callers

nothing calls this directly

Calls 1

formatMethod · 0.65

Tested by

no test coverage detected