Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_ShaderProgram.h438 this->SetVertexUniformBool(index, parameter.GetValueBool()); in SetUserVertexUniform()
467 this->SetGeometryUniformBool(index, parameter.GetValueBool()); in SetUserGeometryUniform()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResShader.h204 … bool GetValueBool() const { return *reinterpret_cast<const s32*>( &ref().m_Value[0]) != 0; } in GetValueBool() function