• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkCommandBufferInheritanceInfo,VkCommandBufferInheritanceInfo]]
3[source,c++]
4----
5typedef struct VkCommandBufferInheritanceInfo {
6    VkStructureType                  sType;
7    const void*                      pNext;
8    VkRenderPass                     renderPass;
9    uint32_t                         subpass;
10    VkFramebuffer                    framebuffer;
11    VkBool32                         occlusionQueryEnable;
12    VkQueryControlFlags              queryFlags;
13    VkQueryPipelineStatisticFlags    pipelineStatistics;
14} VkCommandBufferInheritanceInfo;
15----
16