Home
last modified time | relevance | path

Searched refs:m_VertexAttribute (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/
Dgfx_ParticleShape.h184 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 …]
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleShape.cpp667 m_VertexAttribute[usage].m_Stream[side] = NULL; in ParticleShape()
668 m_VertexAttribute[usage].m_CommandPtr[side] = NULL; in ParticleShape()