• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkSparseImageMemoryBindInfo,VkSparseImageMemoryBindInfo]]
3[source,c++]
4----
5typedef struct VkSparseImageMemoryBindInfo {
6    VkImage                           image;
7    uint32_t                          bindCount;
8    const VkSparseImageMemoryBind*    pBinds;
9} VkSparseImageMemoryBindInfo;
10----
11