Enum

VkSciSyncPrimitiveTypeNV

Enums specifying the primitive types

The VkSciSyncPrimitiveTypeNV enum is defined as:

typedef enum VkSciSyncPrimitiveTypeNV {
    VK_SCI_SYNC_PRIMITIVE_TYPE_FENCE_NV = 0,
    VK_SCI_SYNC_PRIMITIVE_TYPE_SEMAPHORE_NV = 1,
} VkSciSyncPrimitiveTypeNV;
  • VK_SCI_SYNC_PRIMITIVE_TYPE_FENCE_NV specifies that the synchronization primitive type the client will create is a VkFence.
  • VK_SCI_SYNC_PRIMITIVE_TYPE_SEMAPHORE_NV specifies that the synchronization primitive type the client will create is a VkSemaphore.