Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp390 NW_ASSERT( 0 <= vertexIndex && vertexIndex < this->GetShaderCount() ); in BuildShaderProgramCommand()
392 NW_ASSERT( geometryIndex < this->GetShaderCount() ); in BuildShaderProgramCommand()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_ShaderBinaryInfo.h804 s32 GetShaderCount() const in GetShaderCount() function