Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp224 NW_ASSERT( 0 <= vertexIndex && vertexIndex < this->GetShaderCount() ); in BuildShaderProgramCommand()
226 NW_ASSERT( geometryIndex < this->GetShaderCount() ); in BuildShaderProgramCommand()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_ShaderBinaryInfo.h768 s32 GetShaderCount() const in GetShaderCount() function