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

Method Resize

Apps/07-ParallelRendering/ParallelRenderingApp.cpp:392–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392bool ParallelRenderingApp::Resize(const gfx::FrameSize& frame_size, bool is_minimized)
393{
394 META_FUNCTION_TASK();
395 // Resize screen color and depth textures
396 if (!UserInterfaceApp::Resize(frame_size, is_minimized))
397 return false;
398
399 m_camera.Resize(frame_size);
400 return true;
401}
402
403bool ParallelRenderingApp::Update()
404{

Callers 1

InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected