[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
1 changed files with 1 additions and 0 deletions

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;