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

Class VkCommandBufferBeginInfo

examples/vulkan/vulkan.h:1958–1963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1956 VkQueryPipelineStatisticFlags pipelineStatistics;
1957} VkCommandBufferInheritanceInfo;
1958typedef struct VkCommandBufferBeginInfo {
1959 VkStructureType sType;
1960 const void * pNext;
1961 VkCommandBufferUsageFlags flags;
1962 const VkCommandBufferInheritanceInfo * pInheritanceInfo;
1963} VkCommandBufferBeginInfo;
1964typedef struct VkRenderPassBeginInfo {
1965 VkStructureType sType;
1966 const void * pNext;

Callers 4

copyBufferMethod · 0.70
setupDepthImageMethod · 0.70
setupTextureImageMethod · 0.70
setupDrawMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected