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

Method Resize

Apps/03-TexturedCube/TexturedCubeApp.cpp:186–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186bool TexturedCubeApp::Resize(const gfx::FrameSize& frame_size, bool is_minimized)
187{
188 // Resize screen color and depth textures
189 if (!UserInterfaceApp::Resize(frame_size, is_minimized))
190 return false;
191
192 m_camera.Resize(frame_size);
193 return true;
194}
195
196bool TexturedCubeApp::Update()
197{

Callers 1

InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected