Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/demo/
Ddemo_GraphicsDrawing.h400 VERTEX_STREAM_SIZE = 24 enumerator
411 math::VEC2 m_PositionStream[ VERTEX_STREAM_SIZE ];
412 math::VEC4 m_ColorStream[ VERTEX_STREAM_SIZE ];
413 math::VEC2 m_TexCoordStream[ VERTEX_STREAM_SIZE ];
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp269 NW_ASSERT( count <= VERTEX_STREAM_SIZE ); in DrawRectangle()