| 615 | } |
| 616 | |
| 617 | bool 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 | |
| 631 | void AppFrame::SetFog(float start, float end, fcyColor color) |
| 632 | { |
nothing calls this directly
no outgoing calls
no test coverage detected