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

Method resize

samples/api/hpp_instancing/hpp_instancing.cpp:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82bool HPPInstancing::resize(const uint32_t width, const uint32_t height)
83{
84 HPPApiVulkanSample::resize(width, height);
85 rebuild_command_buffers();
86 return true;
87}
88
89void HPPInstancing::request_gpu_features(vkb::core::PhysicalDeviceCpp &gpu)
90{

Callers 1

prepare_instance_dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected