MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / OnResize

Method OnResize

deps/LLGL/tests/Test_Vulkan.cpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 void OnResize(LLGL::Window& sender, const LLGL::Extent2D& clientAreaSize) override
73 {
74 auto videoMode = context_.GetVideoMode();
75 videoMode.resolution = clientAreaSize;
76 context_.SetVideoMode(videoMode);
77 }
78
79 private:
80

Callers

nothing calls this directly

Calls 1

SetVideoModeMethod · 0.80

Tested by

no test coverage detected