mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 01:54:16 +01:00
[tests] Enable atomic counter optimization for standalone DXBC compiler
This commit is contained in:
parent
7d9a75c82c
commit
e0a5db44fe
@ -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…
x
Reference in New Issue
Block a user