Home
last modified time | relevance | path

Searched defs:uniformLocation (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResShader.cpp272 ShaderUniformLocation* uniformLocation = ShaderUniformLocation::Create(allocator); in Setup() local
349 …ShaderUniformLocation* uniformLocation = static_cast<ShaderUniformLocation*>(this->GetUniformLocat… in Cleanup() local
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResShader.h591 …void SetUniformLocation(void* uniformLocation) { ref().m_UniformLocation = uniformLocation;… in SetUniformLocation()