Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_RenderContext.cpp132 m_IsVertexAttributeDirty(true), in RenderContext()
203 m_IsVertexAttributeDirty = true; in ResetState()
263 m_IsVertexAttributeDirty = true; in ResetState()
388 if (this->m_IsVertexAttributeDirty) in ActivateParticleContext()
391 m_IsVertexAttributeDirty = false; in ActivateParticleContext()
427 if (m_IsVertexAttributeDirty) in ActivateVertexAttribute()
430 m_IsVertexAttributeDirty = false; in ActivateVertexAttribute()
463 this->m_IsVertexAttributeDirty = true; in ActivateShaderProgram()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_RenderContext.h613 bool m_IsVertexAttributeDirty; variable