mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[tests] Enable atomic counter optimization for standalone DXBC compiler
This commit is contained in:
parent
7d9a75c82c
commit
e0a5db44fe
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ int WINAPI WinMain(HINSTANCE hInstance,
|
|||
DxbcModule module(reader);
|
||||
|
||||
DxbcModuleInfo moduleInfo;
|
||||
moduleInfo.options.useSubgroupOpsForAtomicCounters = true;
|
||||
moduleInfo.options.useSubgroupOpsForEarlyDiscard = true;
|
||||
moduleInfo.options.useRawSsbo = true;
|
||||
moduleInfo.xfb = nullptr;
|
||||
|
|
Loading…
Add table
Reference in a new issue