MCPcopy Create free account
hub / github.com/MethanePowered/MethaneKit / Resize

Method Resize

Apps/02-HelloCube/HelloCubeApp.cpp:215–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 }
214
215 bool Resize(const FrameSize& frame_size, bool is_minimized) override
216 {
217 // Resize screen color and depth textures
218 if (!GraphicsApp::Resize(frame_size, is_minimized))
219 return false;
220
221 m_camera.Resize(frame_size);
222 return true;
223 }
224
225 bool Update() override
226 {

Callers 1

InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected