Searched refs:SmVertexPC (Results 1 – 2 of 2) sorted by relevance
| /NW4C-1.2.23/demos/Nw4cDemo/sources/ |
| D | SmPrimitive.cpp | 248 m_pVertex = static_cast<SmVertexPC*>(m_Allocator->Alloc( sizeof( SmVertexPC ) * m_VertexCnt )); in Sm2DPrimPC() 328 …glVertexAttribPointer( SmOgl::SMP_ATTR_POSITION, 2, GL_FLOAT, GL_FALSE, sizeof(SmVertexPC), basePt… in RenderSub() 331 …:SMP_ATTR_COLOR, 4, GL_UNSIGNED_BYTE, GL_FALSE, sizeof(SmVertexPC), basePtr + offsetof(SmVertexPC,… in RenderSub()
|
| /NW4C-1.2.23/demos/Nw4cDemo/include/ |
| D | SmPrimitive.h | 26 struct SmVertexPC struct 117 SmVertexPC* m_pVertex;
|