! * Trivial empty constructor to create a null queue. */
| 8869 | * Trivial empty constructor to create a null queue. |
| 8870 | */ |
| 8871 | DeviceCommandQueue() { } |
| 8872 | |
| 8873 | /*! |
| 8874 | * Default construct device command queue on default context and device |
nothing calls this directly
no test coverage detected