| 294 | } |
| 295 | |
| 296 | void Device::submitSignalSemaphores(Semaphore* const* semaphores, |
| 297 | const uint64_t* values, |
| 298 | int numSemaphores) |
| 299 | { |
| 300 | getEngine()->submitSignalSemaphores(semaphores, values, numSemaphores); |
| 301 | } |
| 302 | |
| 303 | void Device::submitWaitSemaphores(Semaphore* const* semaphores, |
| 304 | const uint64_t* values, |
no test coverage detected