Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_ParticleShape.h58 void* m_CommandPtr[2]; //< コマンド上でのこのデータの先頭アドレス member
313 this->m_VertexAttribute[index].m_CommandPtr[side]); in SetVertexParameter()
325 return this->m_VertexAttribute[index].m_CommandPtr[side] = ptr; in SetVertexAttributeCommandPtr()
442 this->m_VertexAttribute[this->m_ResVertexAttributeDataCount].m_CommandPtr[0] = NULL; in AddVertexAttribute()
443 this->m_VertexAttribute[this->m_ResVertexAttributeDataCount].m_CommandPtr[1] = NULL; in AddVertexAttribute()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleShape.cpp666 m_VertexAttribute[usage].m_CommandPtr[side] = NULL; in ParticleShape()