| 1795 | } |
| 1796 | |
| 1797 | F32 PostEffect::getAspectRatio() const |
| 1798 | { |
| 1799 | const Point2I &rtSize = GFX->getActiveRenderTarget()->getSize(); |
| 1800 | return (F32)rtSize.x / (F32)rtSize.y; |
| 1801 | } |
| 1802 | |
| 1803 | void PostEffect::_checkRequirements() |
| 1804 | { |
no test coverage detected