• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[vkGetPhysicalDeviceSparseImageFormatProperties2,vkGetPhysicalDeviceSparseImageFormatProperties2]]
3[source,c++]
4----
5void vkGetPhysicalDeviceSparseImageFormatProperties2(
6    VkPhysicalDevice                            physicalDevice,
7    const VkPhysicalDeviceSparseImageFormatInfo2* pFormatInfo,
8    uint32_t*                                   pPropertyCount,
9    VkSparseImageFormatProperties2*             pProperties);
10----
11