VkGetPrivateDataEXTNative typedef

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

Implementation

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