unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/structs/VkCommandBufferInheritanceInfo.txt

16 lines
658 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkCommandBufferInheritanceInfo,VkCommandBufferInheritanceInfo]]
[source,c++]
----
typedef struct VkCommandBufferInheritanceInfo {
VkStructureType sType;
const void* pNext;
VkRenderPass renderPass;
uint32_t subpass;
VkFramebuffer framebuffer;
VkBool32 occlusionQueryEnable;
VkQueryControlFlags queryFlags;
VkQueryPipelineStatisticFlags pipelineStatistics;
} VkCommandBufferInheritanceInfo;
----