MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / resize

Method resize

samples/extensions/memory_budget/memory_budget.cpp:607–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607bool MemoryBudget::resize(uint32_t width, uint32_t height)
608{
609 bool resizeResults = ApiVulkanSample::resize(width, height);
610 rebuild_command_buffers();
611 return resizeResults;
612}
613
614std::unique_ptr<vkb::Application> create_memory_budget()
615{

Callers 1

prepare_instance_dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected