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