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

Class VkSemaphoreCreateInfo

examples/vulkan/vulkan.h:2203–2207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2201 VkDeviceSize nonCoherentAtomSize;
2202} VkPhysicalDeviceLimits;
2203typedef struct VkSemaphoreCreateInfo {
2204 VkStructureType sType;
2205 const void * pNext;
2206 VkSemaphoreCreateFlags flags;
2207} VkSemaphoreCreateInfo;
2208typedef struct VkQueryPoolCreateInfo {
2209 VkStructureType sType;
2210 const void * pNext;

Callers 1

setupSemaphoresMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected