| 576 | */ |
| 577 | |
| 578 | void error_gpuQueriedButGpuNotCompiled() { |
| 579 | |
| 580 | raiseInternalError("A function attempted to query GPU properties but QuEST was not compiled with GPU acceleration enabled."); |
| 581 | } |
| 582 | |
| 583 | void error_gpuSyncedButGpuNotCompiled() { |
| 584 |
no test coverage detected