Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_RenderContext.cpp139 m_CameraCache(NULL), in RenderContext()
200 m_CameraCache = NULL; in ResetState()
237 m_CameraCache = NULL; in ResetState()
302 if (m_CameraCache != camera || isForce) in SetCameraMatrix()
304 m_CameraCache = camera; in SetCameraMatrix()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_RenderContext.h622 Camera* m_CameraCache; variable