Home
last modified time | relevance | path

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

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