| 475 | } |
| 476 | |
| 477 | void ResFX::SetViewport(fcyRect rect)LNOEXCEPT |
| 478 | { |
| 479 | fcyVec4 vec(rect.a.x, rect.a.y, rect.b.x, rect.b.y); |
| 480 | for (auto& p : m_pBindingViewport) |
| 481 | p->SetVector(vec); |
| 482 | } |
| 483 | |
| 484 | void ResFX::SetScreenSize(fcyVec2 size)LNOEXCEPT |
| 485 | { |
no outgoing calls
no test coverage detected