Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_ParticleShape.h436 u8* stream1) in AddVertexAttribute() argument
443 this->m_VertexAttribute[this->m_ResVertexAttributeDataCount].m_Stream[1] = stream1; in AddVertexAttribute()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleShape.cpp568 void* stream1 = *memory; in AddVertexStream() local
572 std::memset(stream1, 0, streamSize); in AddVertexStream()
580 reinterpret_cast<u8*>(stream1)); in AddVertexStream()