| 79 | } |
| 80 | |
| 81 | inline 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 | |
| 87 | inline const VkAttachmentReference2KHR *get_depth_resolve_reference(const VkSubpassDescription2KHR &subpass_description) |
| 88 | { |
no outgoing calls
no test coverage detected