VkGetDeviceGroupPeerMemoryFeaturesNative typedef

VkGetDeviceGroupPeerMemoryFeaturesNative = Void Function(Pointer<VkDevice> device, Uint32 heapIndex, Uint32 localDeviceIndex, Uint32 remoteDeviceIndex, Pointer<Uint32> pPeerMemoryFeatures)

Implementation

typedef VkGetDeviceGroupPeerMemoryFeaturesNative = Void Function(
    Pointer<VkDevice> device,
    Uint32 heapIndex,
    Uint32 localDeviceIndex,
    Uint32 remoteDeviceIndex,
    Pointer<Uint32> pPeerMemoryFeatures);