MCPcopy Create free account
hub / github.com/SFML/SFML / VkSubpassDescription

Class VkSubpassDescription

examples/vulkan/vulkan.h:1989–2000  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1987 VkImageLayout finalLayout;
1988} VkAttachmentDescription;
1989typedef struct VkSubpassDescription {
1990 VkSubpassDescriptionFlags flags;
1991 VkPipelineBindPoint pipelineBindPoint;
1992 uint32_t inputAttachmentCount;
1993 const VkAttachmentReference * pInputAttachments;
1994 uint32_t colorAttachmentCount;
1995 const VkAttachmentReference * pColorAttachments;
1996 const VkAttachmentReference * pResolveAttachments;
1997 const VkAttachmentReference * pDepthStencilAttachment;
1998 uint32_t preserveAttachmentCount;
1999 const uint32_t * pPreserveAttachments;
2000} VkSubpassDescription;
2001typedef struct VkSubpassDependency {
2002 uint32_t srcSubpass;
2003 uint32_t dstSubpass;

Callers 1

setupRenderpassMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected