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

Method render_impl

framework/vulkan_sample.h:1414–1420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1412
1413template <vkb::BindingType bindingType>
1414inline void VulkanSample<bindingType>::render_impl(vkb::core::CommandBufferCpp &command_buffer)
1415{
1416 if (render_pipeline)
1417 {
1418 render_pipeline->draw(command_buffer, render_context->get_active_frame().get_render_target());
1419 }
1420}
1421
1422template <vkb::BindingType bindingType>
1423inline void VulkanSample<bindingType>::request_gpu_features(vkb::core::PhysicalDevice<bindingType> &gpu)

Callers

nothing calls this directly

Calls 2

drawMethod · 0.45
get_render_targetMethod · 0.45

Tested by

no test coverage detected