Lines Matching refs:drawInfo
125 SetupCamera(nw::lyt::DrawInfo& drawInfo, const nw::lyt::Layout& layout) in SetupCamera() argument
143 drawInfo.SetProjectionMtx(projMtx); in SetupCamera()
153 drawInfo.SetViewMtx(viewMtx); in SetupCamera()
461 nw::lyt::DrawInfo drawInfo; in nnMain() local
462 drawInfo.SetGraphicsResource(&graphicsResource); in nnMain()
482 SetupCamera(drawInfo, *pLayout); in nnMain()
484 pLayout->CalculateMtx(drawInfo); in nnMain()
486 drawer.DrawBegin(drawInfo); in nnMain()
487 drawer.Draw(pLayout, drawInfo); in nnMain()
488 drawer.DrawEnd(drawInfo); in nnMain()
498 nw::math::VEC3Transform(&tmp, &drawInfo.GetViewMtx(), &tmp); in nnMain()