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

Function set_pointer_next

framework/core/render_pass.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70inline void set_pointer_next(VkSubpassDescription &subpass_description, VkSubpassDescriptionDepthStencilResolveKHR &depth_resolve, VkAttachmentReference &depth_resolve_attachment)
71{
72 // VkSubpassDescription cannot have pNext point to a VkSubpassDescriptionDepthStencilResolveKHR containing a VkAttachmentReference
73}
74
75inline void set_pointer_next(VkSubpassDescription2KHR &subpass_description, VkSubpassDescriptionDepthStencilResolveKHR &depth_resolve, VkAttachmentReference2KHR &depth_resolve_attachment)
76{

Callers 1

create_renderpassMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected