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

Function get_depth_resolve_reference

framework/core/render_pass.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81inline const VkAttachmentReference2KHR *get_depth_resolve_reference(const VkSubpassDescription &subpass_description)
82{
83 // VkSubpassDescription cannot have pNext point to a VkSubpassDescriptionDepthStencilResolveKHR containing a VkAttachmentReference2KHR
84 return nullptr;
85}
86
87inline const VkAttachmentReference2KHR *get_depth_resolve_reference(const VkSubpassDescription2KHR &subpass_description)
88{

Callers 1

set_attachment_layoutsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected