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

Method prepare_render_context

framework/vulkan_sample.h:1395–1398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1393
1394template <vkb::BindingType bindingType>
1395inline void VulkanSample<bindingType>::prepare_render_context()
1396{
1397 render_context->prepare();
1398}
1399
1400template <vkb::BindingType bindingType>
1401inline void VulkanSample<bindingType>::render(vkb::core::CommandBuffer<bindingType> &command_buffer)

Callers

nothing calls this directly

Calls 1

prepareMethod · 0.45

Tested by

no test coverage detected