mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-18 04:54:15 +01:00
[tests] Enable demoteToHelperInvocation in off-line DXBC compiler
This commit is contained in:
parent
8644d75722
commit
649cc07f5e
@ -43,7 +43,7 @@ int WINAPI WinMain(HINSTANCE hInstance,
|
||||
|
||||
DxbcModuleInfo moduleInfo;
|
||||
moduleInfo.options.useSubgroupOpsForAtomicCounters = true;
|
||||
moduleInfo.options.useSubgroupOpsForEarlyDiscard = true;
|
||||
moduleInfo.options.useDemoteToHelperInvocation = true;
|
||||
moduleInfo.options.minSsboAlignment = 4;
|
||||
moduleInfo.xfb = nullptr;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user