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

Method end_query

framework/core/command_buffer.h:814–824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812template <vkb::BindingType bindingType>
813inline void CommandBuffer<bindingType>::end_render_pass()
814{
815 this->get_resource().endRenderPass();
816}
817
818template <vkb::BindingType bindingType>
819inline typename CommandBuffer<bindingType>::CommandBufferLevelType CommandBuffer<bindingType>::get_level() const
820{
821 if constexpr (bindingType == vkb::BindingType::Cpp)
822 {
823 return level;
824 }
825 else
826 {
827 return static_cast<VkCommandBufferLevel>(level);

Callers 1

end_samplingMethod · 0.80

Calls 1

get_handleMethod · 0.45

Tested by

no test coverage detected