We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e782598 commit 43f0394Copy full SHA for 43f0394
IGC/Compiler/CISACodeGen/Platform.hpp
@@ -1143,7 +1143,9 @@ class CPlatform {
1143
}
1144
1145
bool isSWSubTriangleOpacityCullingEmulationEnabled() const {
1146
- return (isCoreChildOf(IGFX_XE3_CORE) && IGC_IS_FLAG_DISABLED(DisableSWSubTriangleOpacityCullingEmulation));
+ return (isCoreChildOf(IGFX_XE3_CORE) &&
1147
+ IGC_IS_FLAG_DISABLED(DisableSWSubTriangleOpacityCullingEmulation)
1148
+ );
1149
1150
1151
bool isRayQueryReturnOptimizationEnabled() const {
0 commit comments