Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_ParticleShape.h60 void* m_CommandPtr[2]; //< コマンド上でのこのデータの先頭アドレス member
315 this->m_VertexAttribute[index].m_CommandPtr[side]); in SetVertexParameter()
327 return this->m_VertexAttribute[index].m_CommandPtr[side] = ptr; in SetVertexAttributeCommandPtr()
444 this->m_VertexAttribute[this->m_ResVertexAttributeDataCount].m_CommandPtr[0] = NULL; in AddVertexAttribute()
445 this->m_VertexAttribute[this->m_ResVertexAttributeDataCount].m_CommandPtr[1] = NULL; in AddVertexAttribute()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleShape.cpp668 m_VertexAttribute[usage].m_CommandPtr[side] = NULL; in ParticleShape()