ReactOS 0.4.17-dev-934-g091855f
VkCommandBufferInheritanceInfo Struct Reference

#include <vulkan.h>

Collaboration diagram for VkCommandBufferInheritanceInfo:

Public Member Functions

VkRenderPass WINE_VK_ALIGN (8) renderPass
 
VkFramebuffer WINE_VK_ALIGN (8) framebuffer
 

Public Attributes

VkStructureType sType
 
const void * pNext
 
uint32_t subpass
 
VkBool32 occlusionQueryEnable
 
VkQueryControlFlags queryFlags
 
VkQueryPipelineStatisticFlags pipelineStatistics
 

Detailed Description

Definition at line 7835 of file vulkan.h.

Member Function Documentation

◆ WINE_VK_ALIGN() [1/2]

VkFramebuffer VkCommandBufferInheritanceInfo::WINE_VK_ALIGN ( 8  )

◆ WINE_VK_ALIGN() [2/2]

VkRenderPass VkCommandBufferInheritanceInfo::WINE_VK_ALIGN ( 8  )

Member Data Documentation

◆ occlusionQueryEnable

VkBool32 VkCommandBufferInheritanceInfo::occlusionQueryEnable

Definition at line 7842 of file vulkan.h.

◆ pipelineStatistics

VkQueryPipelineStatisticFlags VkCommandBufferInheritanceInfo::pipelineStatistics

Definition at line 7844 of file vulkan.h.

◆ pNext

const void* VkCommandBufferInheritanceInfo::pNext

Definition at line 7838 of file vulkan.h.

◆ queryFlags

VkQueryControlFlags VkCommandBufferInheritanceInfo::queryFlags

Definition at line 7843 of file vulkan.h.

◆ sType

VkStructureType VkCommandBufferInheritanceInfo::sType

Definition at line 7837 of file vulkan.h.

◆ subpass

uint32_t VkCommandBufferInheritanceInfo::subpass

Definition at line 7840 of file vulkan.h.


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