Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VkCommandBufferInheritanceInfo Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const void * pNext
 
VkRenderPass renderPass
 
uint32_t subpass
 
VkFramebuffer framebuffer
 
VkBool32 occlusionQueryEnable
 
VkQueryControlFlags queryFlags
 
VkQueryPipelineStatisticFlags pipelineStatistics
 

Detailed Description

Definition at line 3916 of file vulkan_core.h.

Field Documentation

◆ framebuffer

VkFramebuffer VkCommandBufferInheritanceInfo::framebuffer

Definition at line 3921 of file vulkan_core.h.

◆ occlusionQueryEnable

VkBool32 VkCommandBufferInheritanceInfo::occlusionQueryEnable

Definition at line 3922 of file vulkan_core.h.

◆ pipelineStatistics

VkQueryPipelineStatisticFlags VkCommandBufferInheritanceInfo::pipelineStatistics

Definition at line 3924 of file vulkan_core.h.

◆ pNext

const void* VkCommandBufferInheritanceInfo::pNext

Definition at line 3918 of file vulkan_core.h.

◆ queryFlags

VkQueryControlFlags VkCommandBufferInheritanceInfo::queryFlags

Definition at line 3923 of file vulkan_core.h.

◆ renderPass

VkRenderPass VkCommandBufferInheritanceInfo::renderPass

Definition at line 3919 of file vulkan_core.h.

◆ sType

VkStructureType VkCommandBufferInheritanceInfo::sType

Definition at line 3917 of file vulkan_core.h.

◆ subpass

uint32_t VkCommandBufferInheritanceInfo::subpass

Definition at line 3920 of file vulkan_core.h.


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