1
0
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:
Philip Rebohle 2019-05-15 20:18:04 +02:00
parent 7d9a75c82c
commit e0a5db44fe
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -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;