MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / EndScene

Method EndScene

LuaSTGPlus/AppFrame.cpp:617–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615}
616
617bool AppFrame::EndScene()LNOEXCEPT
618{
619 if (m_GraphType == GraphicsType::Graph2D)
620 {
621 if (FCYFAILED(m_Graph2D->End()))
622 {
623 LERROR("执行f2dGraphics2D::End失败");
624 return false;
625 }
626 }
627
628 return true;
629}
630
631void AppFrame::SetFog(float start, float end, fcyColor color)
632{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected