Lines Matching refs:drawInfo
127 SetupCamera(nw::lyt::DrawInfo& drawInfo, const nw::lyt::Layout& layout) in SetupCamera() argument
145 drawInfo.SetProjectionMtx(projMtx); in SetupCamera()
155 drawInfo.SetViewMtx(viewMtx); in SetupCamera()
463 nw::lyt::DrawInfo drawInfo; in nnMain() local
464 drawInfo.SetGraphicsResource(&graphicsResource); in nnMain()
484 SetupCamera(drawInfo, *pLayout); in nnMain()
486 pLayout->CalculateMtx(drawInfo); in nnMain()
488 drawer.DrawBegin(drawInfo); in nnMain()
489 drawer.Draw(pLayout, drawInfo); in nnMain()
490 drawer.DrawEnd(drawInfo); in nnMain()
500 nw::math::VEC3Transform(&tmp, &drawInfo.GetViewMtx(), &tmp); in nnMain()