Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_ParticleShape.h434 u8* stream1) in AddVertexAttribute() argument
441 this->m_VertexAttribute[this->m_ResVertexAttributeDataCount].m_Stream[1] = stream1; in AddVertexAttribute()
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleShape.cpp566 void* stream1 = *memory; in AddVertexStream() local
570 std::memset(stream1, 0, streamSize); in AddVertexStream()
578 reinterpret_cast<u8*>(stream1)); in AddVertexStream()