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

Method resize

samples/api/instancing/instancing.cpp:512–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510}
511
512bool Instancing::resize(const uint32_t width, const uint32_t height)
513{
514 ApiVulkanSample::resize(width, height);
515 rebuild_command_buffers();
516 return true;
517}
518
519std::unique_ptr<vkb::Application> create_instancing()
520{

Callers 1

prepare_instance_dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected