Function flamegpu::detail::wddm::deviceIsWDDM(int)
Defined in File wddm.cuh
Function Documentation
-
bool flamegpu::detail::wddm::deviceIsWDDM(int deviceIndex)
Determine if a device is using the WDDM driver or not.
This impacts on the suitability of CUDAEventTimers amongst other things. WDDM driver mode is only available under windows.
- Parameters:
deviceIndex – the index of the device to be queried
- Returns:
boolean indicating if the WDDM driver is in use or not.