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

Method deleteSync

core/src/processing/opengl/PJOGL.java:1213–1220  ·  view source on GitHub ↗
(long sync)

Source from the content-addressed store, hash-verified

1211 }
1212
1213 @Override
1214 public void deleteSync(long sync) {
1215 if (gl3es3 != null) {
1216 gl3es3.glDeleteSync(sync);
1217 } else {
1218 throw new RuntimeException(String.format(MISSING_GLFUNC_ERROR, "deleteSync()"));
1219 }
1220 }
1221
1222 @Override
1223 public int clientWaitSync(long sync, int flags, long timeout) {

Callers

nothing calls this directly

Calls 1

formatMethod · 0.65

Tested by

no test coverage detected