Searched refs:uiSemanticID (Results 1 – 2 of 2) sorted by relevance
646 EPVRTError CPVRTPFXEffect::RemoveUniformSemantic(unsigned int uiSemanticID, CPVRTString* pReturnErr… in RemoveUniformSemantic() argument649 if(uiSemanticID < ePVRTPFX_NumSemantics) in RemoveUniformSemantic()657 …while(uiSemanticIndex < m_Semantics.GetSize() && m_Semantics[uiSemanticIndex].n != uiSemanticID) +… in RemoveUniformSemantic()661 …urnError += PVRTStringFromFormattedStr("ERROR: Semantic with ID %d does not exist.", uiSemanticID); in RemoveUniformSemantic()
178 EPVRTError RemoveUniformSemantic(unsigned int uiSemanticID, CPVRTString* pReturnError);