Searched refs:m_VertexAttribute (Results 1 – 2 of 2) sorted by relevance
184 return this->m_VertexAttribute[index].m_IsStream; in IsVertexStream()193 return this->m_VertexAttribute[index].m_Usage; in GetVertexAttributeUsage()202 return this->m_VertexAttribute[index].m_FormatType; in GetVertexAttributeFormatType()211 return this->m_VertexAttribute[index].m_Dimension; in GetVertexAttributeDimension()222 if (!this->m_VertexAttribute[index].m_IsStream) in GetVertexStreamPtr()232 return this->m_VertexAttribute[index].m_Stream[side]; in GetVertexStreamPtr()243 if (!this->m_VertexAttribute[index].m_IsStream) in GetVertexStreamPtr()253 return this->m_VertexAttribute[index].m_Stream[side]; in GetVertexStreamPtr()262 if (this->m_VertexAttribute[index].m_IsStream) in GetVertexParameter()267 return reinterpret_cast<f32*>(this->m_VertexAttribute[index].m_Stream[0]); in GetVertexParameter()[all …]
667 m_VertexAttribute[usage].m_Stream[side] = NULL; in ParticleShape()668 m_VertexAttribute[usage].m_CommandPtr[side] = NULL; in ParticleShape()