MCPcopy Create free account
hub / github.com/NVIDIA-RTX/RTXNTC / IsDX12DeveloperModeEnabled

Function IsDX12DeveloperModeEnabled

libraries/ntc-utils/src/DeviceUtils.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

InitMethod · 0.85
mainFunction · 0.85
InitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected