VkGetDeviceGroupPeerMemoryFeatures typedef

VkGetDeviceGroupPeerMemoryFeatures = void Function(Pointer<VkDevice> device, int heapIndex, int localDeviceIndex, int remoteDeviceIndex, Pointer<Uint32> pPeerMemoryFeatures)

Implementation

typedef VkGetDeviceGroupPeerMemoryFeatures = void Function(
    Pointer<VkDevice> device,
    int heapIndex,
    int localDeviceIndex,
    int remoteDeviceIndex,
    Pointer<Uint32> pPeerMemoryFeatures);