1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[vkGetPhysicalDeviceFormatProperties,vkGetPhysicalDeviceFormatProperties]] 3[source,c++] 4---- 5void vkGetPhysicalDeviceFormatProperties( 6 VkPhysicalDevice physicalDevice, 7 VkFormat format, 8 VkFormatProperties* pFormatProperties); 9---- 10