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

Method Resize

Apps/06-CubeMapArray/CubeMapArrayApp.cpp:213–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected