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

Class VkCommandPoolCreateInfo

examples/vulkan/vulkan.h:1942–1947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1940 VkBool32 unnormalizedCoordinates;
1941} VkSamplerCreateInfo;
1942typedef struct VkCommandPoolCreateInfo {
1943 VkStructureType sType;
1944 const void * pNext;
1945 VkCommandPoolCreateFlags flags;
1946 uint32_t queueFamilyIndex;
1947} VkCommandPoolCreateInfo;
1948typedef struct VkCommandBufferInheritanceInfo {
1949 VkStructureType sType;
1950 const void * pNext;

Callers 1

setupCommandPoolMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected