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

Class VkCommandBufferAllocateInfo

examples/vulkan/vulkan.h:1308–1314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1306 uint32_t reference;
1307} VkStencilOpState;
1308typedef struct VkCommandBufferAllocateInfo {
1309 VkStructureType sType;
1310 const void * pNext;
1311 VkCommandPool commandPool;
1312 VkCommandBufferLevel level;
1313 uint32_t commandBufferCount;
1314} VkCommandBufferAllocateInfo;
1315typedef union VkClearColorValue {
1316 float float32 [4];
1317 int32_t int32 [4];

Callers 4

copyBufferMethod · 0.70
setupDepthImageMethod · 0.70
setupTextureImageMethod · 0.70
setupCommandBuffersMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected