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

Function create_vk_renderpass

framework/core/render_pass.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100inline VkResult create_vk_renderpass(VkDevice device, VkRenderPassCreateInfo &create_info, VkRenderPass *handle)
101{
102 return vkCreateRenderPass(device, &create_info, nullptr, handle);
103}
104
105inline VkResult create_vk_renderpass(VkDevice device, VkRenderPassCreateInfo2KHR &create_info, VkRenderPass *handle)
106{

Callers 1

create_renderpassMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected