Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_ParticleShape.h435 u8* stream0, in AddVertexAttribute() argument
442 this->m_VertexAttribute[this->m_ResVertexAttributeDataCount].m_Stream[0] = stream0; in AddVertexAttribute()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleShape.cpp565 void* stream0 = *memory; in AddVertexStream() local
571 std::memset(stream0, 0, streamSize); in AddVertexStream()
579 reinterpret_cast<u8*>(stream0), in AddVertexStream()