Disable experimental bindless feedback by default

This commit is contained in:
baldurk
2021-07-15 16:42:53 +01:00
parent abe0787bb2
commit dcb65e20e2
@@ -33,7 +33,7 @@
RDOC_CONFIG(rdcstr, D3D12_Debug_FeedbackDumpDirPath, "",
"Path to dump bindless feedback annotation generated DXBC/DXIL files.");
RDOC_CONFIG(bool, D3D12_Experimental_BindlessFeedback, true,
RDOC_CONFIG(bool, D3D12_Experimental_BindlessFeedback, false,
"EXPERIMENTAL: Enable fetching from GPU which descriptors were dynamically used in "
"descriptor arrays.");