VkGetPrivateDataNative typedef

VkGetPrivateDataNative = Void Function(Pointer<VkDevice> device, Int32 objectType, Uint64 objectHandle, Pointer<VkPrivateDataSlot> privateDataSlot, Pointer<NativeType> pData)

Implementation

typedef VkGetPrivateDataNative = Void Function(
    Pointer<VkDevice> device,
    Int32 objectType,
    Uint64 objectHandle,
    Pointer<VkPrivateDataSlot> privateDataSlot,
    Pointer pData);