Waits for all asynchronous operations running on the device to complete.
| 853 | |
| 854 | // Waits for all asynchronous operations running on the device to complete. |
| 855 | void sync() |
| 856 | { |
| 857 | oidnSyncDevice(handle); |
| 858 | } |
| 859 | |
| 860 | // Creates a buffer accessible to both the host and device. |
| 861 | BufferRef newBuffer(size_t byteSize) const |
nothing calls this directly
no test coverage detected