Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/Api/EarlyDepthTestSample/
DEarlyDepthTestSample.cpp84 static nn::math::MTX34 s_ViewMtx; variable
166 nn::math::MTX34LookAt( &s_ViewMtx, &camPos, &camUp, &target ); in DrawFrame()
178 nn::math::MTX34Mult(&vTmp, &s_ViewMtx, &trans); in DrawFrame()
205 nn::math::MTX34Mult(&vTmp, &s_ViewMtx, &trans); in DrawFrame()