Searched refs:attribVar (Results 1 – 1 of 1) sorted by relevance
183 const rsg::Variable* attribVar = m_vertexShader.getInputs()[attribNdx]->getVariable(); in shadeVertices() local184 const rsg::VariableType& attribType = attribVar->getType(); in shadeVertices()186 rsg::ExecValueAccess access = m_execCtx.getValue(attribVar); in shadeVertices()