MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / SetOverlayRectangle

Method SetOverlayRectangle

GTE/Graphics/OverlayEffect.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

ConvolutionWindow2Method · 0.80
CreateOverlaysMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected