Method
clientWaitSync
(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
Tested by
no test coverage detected