| 90 | } |
| 91 | |
| 92 | void OverlayEffect::SetOverlayRectangle(std::array<int32_t, 4> const& rectangle) |
| 93 | { |
| 94 | mOverlayRectangle = rectangle; |
| 95 | UpdateVertexBuffer(); |
| 96 | } |
| 97 | |
| 98 | void OverlayEffect::SetTextureRectangle(std::array<int32_t, 4> const& rectangle) |
| 99 | { |
no outgoing calls
no test coverage detected