SDL  2.0
VkCommandBufferInheritanceInfo Struct Reference

#include <vulkan.h>

Data Fields

VkStructureType sType
 
const voidpNext
 
VkRenderPass renderPass
 
uint32_t subpass
 
VkFramebuffer framebuffer
 
VkBool32 occlusionQueryEnable
 
VkQueryControlFlags queryFlags
 
VkQueryPipelineStatisticFlags pipelineStatistics
 

Detailed Description

Definition at line 2320 of file vulkan.h.

Field Documentation

VkFramebuffer VkCommandBufferInheritanceInfo::framebuffer

Definition at line 2325 of file vulkan.h.

VkBool32 VkCommandBufferInheritanceInfo::occlusionQueryEnable

Definition at line 2326 of file vulkan.h.

VkQueryPipelineStatisticFlags VkCommandBufferInheritanceInfo::pipelineStatistics

Definition at line 2328 of file vulkan.h.

const void* VkCommandBufferInheritanceInfo::pNext

Definition at line 2322 of file vulkan.h.

VkQueryControlFlags VkCommandBufferInheritanceInfo::queryFlags

Definition at line 2327 of file vulkan.h.

VkRenderPass VkCommandBufferInheritanceInfo::renderPass

Definition at line 2323 of file vulkan.h.

VkStructureType VkCommandBufferInheritanceInfo::sType

Definition at line 2321 of file vulkan.h.

uint32_t VkCommandBufferInheritanceInfo::subpass

Definition at line 2324 of file vulkan.h.


The documentation for this struct was generated from the following file: