VkGetDeviceGroupPeerMemoryFeaturesKHR typedef

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

Implementation

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