Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_ParticleShape.h433 u8* stream0, in AddVertexAttribute() argument
440 this->m_VertexAttribute[this->m_ResVertexAttributeDataCount].m_Stream[0] = stream0; in AddVertexAttribute()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleShape.cpp563 void* stream0 = *memory; in AddVertexStream() local
569 std::memset(stream0, 0, streamSize); in AddVertexStream()
577 reinterpret_cast<u8*>(stream0), in AddVertexStream()