| 35 | constexpr bool DirectStorageForceCPUDecompression = false; |
| 36 | |
| 37 | bool IsDX12DeveloperModeEnabled() |
| 38 | { |
| 39 | #if NTC_WITH_DX12 |
| 40 | return g_dx12DeveloperModeEnabled; |
| 41 | #else |
| 42 | return false; |
| 43 | #endif |
| 44 | } |
| 45 | |
| 46 | void SetNtcGraphicsDeviceParameters( |
| 47 | donut::app::DeviceCreationParameters& deviceParams, |