Skip to content

Commit 8f500c5

Browse files
franciszek-majkusiakigcbot
authored andcommitted
DisableSimd32WithDiscard flag
Added DisableSimd32WithDiscard flag to PixelShaderInfo.
1 parent 882fe2b commit 8f500c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IGC/common/MDFrameWork.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@ namespace IGC
512512
bool SkipSrc0Alpha = false;
513513
bool DualSourceBlendingDisabled = false;
514514
bool ForceEnableSimd32 = false; // forces compilation of simd32; bypass heuristics
515+
bool DisableSimd32WithDiscard = false;
515516
bool outputDepth = false;
516517
bool outputStencil = false;
517518
bool outputMask = false;

0 commit comments

Comments
 (0)