Skip to content

Commit 43f0394

Browse files
JaroszPiotrigcbot
authored andcommitted
Minor refactor
Minor refactor
1 parent e782598 commit 43f0394

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

IGC/Compiler/CISACodeGen/Platform.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,9 @@ class CPlatform {
11431143
}
11441144

11451145
bool isSWSubTriangleOpacityCullingEmulationEnabled() const {
1146-
return (isCoreChildOf(IGFX_XE3_CORE) && IGC_IS_FLAG_DISABLED(DisableSWSubTriangleOpacityCullingEmulation));
1146+
return (isCoreChildOf(IGFX_XE3_CORE) &&
1147+
IGC_IS_FLAG_DISABLED(DisableSWSubTriangleOpacityCullingEmulation)
1148+
);
11471149
}
11481150

11491151
bool isRayQueryReturnOptimizationEnabled() const {

0 commit comments

Comments
 (0)