VkCreatePrivateDataSlot typedef

VkCreatePrivateDataSlot = int Function(Pointer<VkDevice> device, Pointer<VkPrivateDataSlotCreateInfo> pCreateInfo, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkPrivateDataSlot>> pPrivateDataSlot)

Implementation

typedef VkCreatePrivateDataSlot = int Function(
    Pointer<VkDevice> device,
    Pointer<VkPrivateDataSlotCreateInfo> pCreateInfo,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkPrivateDataSlot>> pPrivateDataSlot);