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

Method bind_vertex_buffers_impl

framework/core/command_buffer.h:599–606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597 if constexpr (bindingType == vkb::BindingType::Cpp)
598 {
599 this->get_resource().blitImage(src_img.get_handle(),
600 vk::ImageLayout::eTransferSrcOptimal,
601 dst_img.get_handle(),
602 vk::ImageLayout::eTransferDstOptimal,
603 regions,
604 vk::Filter::eNearest);
605 }
606 else
607 {
608 this->get_resource().blitImage(src_img.get_resource(),
609 vk::ImageLayout::eTransferSrcOptimal,

Callers

nothing calls this directly

Calls 5

sizeMethod · 0.80
endMethod · 0.80
beginMethod · 0.45
get_handleMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected