File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1314,7 +1314,6 @@ namespace IGC
1314
1314
// if there is double on input to vertex shader
1315
1315
if (!m_context->getModuleMetaData ()->pushInfo .inputs .empty () &&
1316
1316
m_context->type == ShaderType::VERTEX_SHADER &&
1317
- m_context->platform .getWATable ().Wa_1604402567 &&
1318
1317
m_context->getModuleMetaData ()->compOpt .disableVertexComponentPacking )
1319
1318
{
1320
1319
PushInfo& pushInfo = m_context->getModuleMetaData ()->pushInfo ;
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ namespace IGC
89
89
// and ElementComponentEnableMask is not full == packing occurs
90
90
// right now only OGL is affected, so there is special disableVertexComponentPacking flag set by GLSL FE
91
91
// if there is double on input to vertex shader
92
- && !(m_Platform-> getWATable (). Wa_1604402567 && m_ModuleMetadata->compOpt .disableVertexComponentPacking )
92
+ && !m_ModuleMetadata->compOpt .disableVertexComponentPacking
93
93
;
94
94
95
95
m_ElementComponentPackingEnabled = packedInput;
You can’t perform that action at this time.
0 commit comments