Searched refs:s_ProjMtx (Results 1 – 1 of 1) sorted by relevance
83 static nn::math::MTX44 s_ProjMtx; variable320 … nn::math::MTX44Frustum(&s_ProjMtx, -0.04f, 0.04f, -0.04f * aspect, 0.04f * aspect, 0.22, 100.0f); in SetRenderState()321 glUniformMatrix4fv(s_UniformLocationProj, 1, GL_TRUE, static_cast<f32*>(s_ProjMtx)); in SetRenderState()