Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_ParticleShape.h182 return this->m_VertexAttribute[index].m_IsStream; in IsVertexStream()
191 return this->m_VertexAttribute[index].m_Usage; in GetVertexAttributeUsage()
200 return this->m_VertexAttribute[index].m_FormatType; in GetVertexAttributeFormatType()
209 return this->m_VertexAttribute[index].m_Dimension; in GetVertexAttributeDimension()
220 if (!this->m_VertexAttribute[index].m_IsStream) in GetVertexStreamPtr()
230 return this->m_VertexAttribute[index].m_Stream[side]; in GetVertexStreamPtr()
241 if (!this->m_VertexAttribute[index].m_IsStream) in GetVertexStreamPtr()
251 return this->m_VertexAttribute[index].m_Stream[side]; in GetVertexStreamPtr()
260 if (this->m_VertexAttribute[index].m_IsStream) in GetVertexParameter()
265 return reinterpret_cast<f32*>(this->m_VertexAttribute[index].m_Stream[0]); in GetVertexParameter()
[all …]
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleShape.cpp665 m_VertexAttribute[usage].m_Stream[side] = NULL; in ParticleShape()
666 m_VertexAttribute[usage].m_CommandPtr[side] = NULL; in ParticleShape()