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

Method resize

samples/extensions/debug_utils/debug_utils.cpp:1145–1150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1143}
1144
1145bool DebugUtils::resize(const uint32_t width, const uint32_t height)
1146{
1147 ApiVulkanSample::resize(width, height);
1148 update_uniform_buffers();
1149 return true;
1150}
1151
1152std::unique_ptr<vkb::Application> create_debug_utils()
1153{

Callers 1

create_vbo_buffersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected