Searched refs:isSpecialType (Results 1 – 1 of 1) sorted by relevance
406 const bool isSpecialType = de::inRange<int>(va.componentType, VTX_COMP_FIXED, VTX_COMP_FLOAT); in setVertexAttribPointer() local409 DE_ASSERT(isIntType != isSpecialType); // Must be either int or special type. in setVertexAttribPointer()411 DE_UNREF(isSpecialType); in setVertexAttribPointer()