Class VkSemaphoreCreateInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSemaphoreCreateInfo extends Struct<VkSemaphoreCreateInfo> implements NativeResource
Structure specifying parameters of a newly created semaphore.
Valid Usage
Valid Usage (Implicit)
See Also

CreateSemaphore

Layout


 struct VkSemaphoreCreateInfo {
     VkStructureType sType();
     void const * pNext();
     VkSemaphoreCreateFlags flags();
 }