Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp36 m_pShapeShaderBinary( NULL ), in GraphicsDrawing()
84 m_pShapeShaderBinary = pShaderBinary; in InitializeShape()
171 if ( m_pShapeShaderBinary && m_ShapeAllocator ) in DestroyShape()
173 os::SafeFree( m_pShapeShaderBinary, m_ShapeAllocator ); in DestroyShape()
/NW4C-1.3.3/include/nw/demo/
Ddemo_GraphicsDrawing.h470 void* m_pShapeShaderBinary; variable