Skip to content

Commit

Permalink
[tests] Enable demoteToHelperInvocation in off-line DXBC compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
doitsujin committed Jul 11, 2019
1 parent 8644d75 commit 649cc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dxbc/test_dxbc_compiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 649cc07

Please sign in to comment.