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

Method resize

samples/general/mobile_nerf/mobile_nerf.cpp:471–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471bool MobileNerf::resize(const uint32_t width, const uint32_t height)
472{
473 ApiVulkanSample::resize(width, height);
474 rebuild_command_buffers();
475 return true;
476}
477
478void MobileNerf::request_gpu_features(vkb::core::PhysicalDeviceC &gpu)
479{

Callers 15

operator()Method · 0.45
read_json_mapMethod · 0.45
prepareMethod · 0.45
load_sceneMethod · 0.45
create_uniformsMethod · 0.45
prepare_instance_dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected