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

Method clientWaitSync

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

formatMethod · 0.65

Tested by

no test coverage detected