Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/ShaderProgram/
Ddemo_ProgramObject.cpp30 m_ProjectionMatrix(), m_ModelViewMatrix() in ProgramObject()
42 MTX44Identity(&m_ProjectionMatrix); in ProgramObject()
72 m_ProjectionMatrix = projectionMatrix; in SetProjectionMatrix()
149 1, GL_FALSE, static_cast<f32*>(m_ProjectionMatrix)); in UpdateModelViewProjectionMatrix()
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/ShaderProgram/
Ddemo_ProgramObject.h165 nn::math::MTX44 m_ProjectionMatrix; variable