• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkWriteDescriptorSet,VkWriteDescriptorSet]]
3[source,c++]
4----
5typedef struct VkWriteDescriptorSet {
6    VkStructureType                  sType;
7    const void*                      pNext;
8    VkDescriptorSet                  dstSet;
9    uint32_t                         dstBinding;
10    uint32_t                         dstArrayElement;
11    uint32_t                         descriptorCount;
12    VkDescriptorType                 descriptorType;
13    const VkDescriptorImageInfo*     pImageInfo;
14    const VkDescriptorBufferInfo*    pBufferInfo;
15    const VkBufferView*              pTexelBufferView;
16} VkWriteDescriptorSet;
17----
18