1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[vkGetDeviceGroupPeerMemoryFeatures,vkGetDeviceGroupPeerMemoryFeatures]] 3[source,c++] 4---- 5void vkGetDeviceGroupPeerMemoryFeatures( 6 VkDevice device, 7 uint32_t heapIndex, 8 uint32_t localDeviceIndex, 9 uint32_t remoteDeviceIndex, 10 VkPeerMemoryFeatureFlags* pPeerMemoryFeatures); 11---- 12