Vulkan-Hpp
vk::CommandBufferInheritanceInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkCommandBufferInheritanceInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR CommandBufferInheritanceInfo (vk::RenderPass renderPass_={}, uint32_t subpass_={}, vk::Framebuffer framebuffer_={}, vk::Bool32 occlusionQueryEnable_={}, vk::QueryControlFlags queryFlags_={}, vk::QueryPipelineStatisticFlags pipelineStatistics_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR CommandBufferInheritanceInfo (CommandBufferInheritanceInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 CommandBufferInheritanceInfo (VkCommandBufferInheritanceInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
CommandBufferInheritanceInfooperator= (CommandBufferInheritanceInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
CommandBufferInheritanceInfooperator= (VkCommandBufferInheritanceInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceInfosetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceInfosetRenderPass (vk::RenderPass renderPass_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceInfosetSubpass (uint32_t subpass_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceInfosetFramebuffer (vk::Framebuffer framebuffer_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceInfosetOcclusionQueryEnable (vk::Bool32 occlusionQueryEnable_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceInfosetQueryFlags (vk::QueryControlFlags queryFlags_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceInfosetPipelineStatistics (vk::QueryPipelineStatisticFlags pipelineStatistics_) VULKAN_HPP_NOEXCEPT
 
 operator VkCommandBufferInheritanceInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkCommandBufferInheritanceInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (CommandBufferInheritanceInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (CommandBufferInheritanceInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eCommandBufferInheritanceInfo
 
const void * pNext = {}
 
vk::RenderPass renderPass = {}
 
uint32_t subpass = {}
 
vk::Framebuffer framebuffer = {}
 
vk::Bool32 occlusionQueryEnable = {}
 
vk::QueryControlFlags queryFlags = {}
 
vk::QueryPipelineStatisticFlags pipelineStatistics = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferInheritanceInfo
 

Detailed Description

Definition at line 14590 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ CommandBufferInheritanceInfo() [1/3]

VULKAN_HPP_CONSTEXPR vk::CommandBufferInheritanceInfo::CommandBufferInheritanceInfo ( vk::RenderPass  renderPass_ = {},
uint32_t  subpass_ = {},
vk::Framebuffer  framebuffer_ = {},
vk::Bool32  occlusionQueryEnable_ = {},
vk::QueryControlFlags  queryFlags_ = {},
vk::QueryPipelineStatisticFlags  pipelineStatistics_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 14598 of file vulkan_structs.hpp.

◆ CommandBufferInheritanceInfo() [2/3]

VULKAN_HPP_CONSTEXPR vk::CommandBufferInheritanceInfo::CommandBufferInheritanceInfo ( CommandBufferInheritanceInfo const &  rhs)
default

◆ CommandBufferInheritanceInfo() [3/3]

vk::CommandBufferInheritanceInfo::CommandBufferInheritanceInfo ( VkCommandBufferInheritanceInfo const &  rhs)
inline

Definition at line 14617 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkCommandBufferInheritanceInfo &()

vk::CommandBufferInheritanceInfo::operator VkCommandBufferInheritanceInfo & ( )
inline

Definition at line 14681 of file vulkan_structs.hpp.

◆ operator VkCommandBufferInheritanceInfo const &()

vk::CommandBufferInheritanceInfo::operator VkCommandBufferInheritanceInfo const & ( ) const
inline

Definition at line 14676 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::CommandBufferInheritanceInfo::operator!= ( CommandBufferInheritanceInfo const &  rhs) const
inline

Definition at line 14719 of file vulkan_structs.hpp.

◆ operator=() [1/2]

CommandBufferInheritanceInfo& vk::CommandBufferInheritanceInfo::operator= ( CommandBufferInheritanceInfo const &  rhs)
default

◆ operator=() [2/2]

CommandBufferInheritanceInfo& vk::CommandBufferInheritanceInfo::operator= ( VkCommandBufferInheritanceInfo const &  rhs)
inline

Definition at line 14625 of file vulkan_structs.hpp.

◆ operator==()

bool vk::CommandBufferInheritanceInfo::operator== ( CommandBufferInheritanceInfo const &  rhs) const
inline

Definition at line 14708 of file vulkan_structs.hpp.

◆ setFramebuffer()

VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceInfo& vk::CommandBufferInheritanceInfo::setFramebuffer ( vk::Framebuffer  framebuffer_)
inline

Definition at line 14650 of file vulkan_structs.hpp.

◆ setOcclusionQueryEnable()

VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceInfo& vk::CommandBufferInheritanceInfo::setOcclusionQueryEnable ( vk::Bool32  occlusionQueryEnable_)
inline

Definition at line 14656 of file vulkan_structs.hpp.

◆ setPipelineStatistics()

VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceInfo& vk::CommandBufferInheritanceInfo::setPipelineStatistics ( vk::QueryPipelineStatisticFlags  pipelineStatistics_)
inline

Definition at line 14669 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceInfo& vk::CommandBufferInheritanceInfo::setPNext ( const void *  pNext_)
inline

Definition at line 14632 of file vulkan_structs.hpp.

◆ setQueryFlags()

VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceInfo& vk::CommandBufferInheritanceInfo::setQueryFlags ( vk::QueryControlFlags  queryFlags_)
inline

Definition at line 14662 of file vulkan_structs.hpp.

◆ setRenderPass()

VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceInfo& vk::CommandBufferInheritanceInfo::setRenderPass ( vk::RenderPass  renderPass_)
inline

Definition at line 14638 of file vulkan_structs.hpp.

◆ setSubpass()

VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceInfo& vk::CommandBufferInheritanceInfo::setSubpass ( uint32_t  subpass_)
inline

Definition at line 14644 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::CommandBufferInheritanceInfo::allowDuplicate = false
static

Definition at line 14594 of file vulkan_structs.hpp.

◆ framebuffer

vk::Framebuffer vk::CommandBufferInheritanceInfo::framebuffer = {}

Definition at line 14730 of file vulkan_structs.hpp.

◆ occlusionQueryEnable

vk::Bool32 vk::CommandBufferInheritanceInfo::occlusionQueryEnable = {}

Definition at line 14731 of file vulkan_structs.hpp.

◆ pipelineStatistics

vk::QueryPipelineStatisticFlags vk::CommandBufferInheritanceInfo::pipelineStatistics = {}

Definition at line 14733 of file vulkan_structs.hpp.

◆ pNext

const void* vk::CommandBufferInheritanceInfo::pNext = {}

Definition at line 14727 of file vulkan_structs.hpp.

◆ queryFlags

vk::QueryControlFlags vk::CommandBufferInheritanceInfo::queryFlags = {}

Definition at line 14732 of file vulkan_structs.hpp.

◆ renderPass

vk::RenderPass vk::CommandBufferInheritanceInfo::renderPass = {}

Definition at line 14728 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::CommandBufferInheritanceInfo::structureType = StructureType::eCommandBufferInheritanceInfo
static

Definition at line 14595 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::CommandBufferInheritanceInfo::sType = StructureType::eCommandBufferInheritanceInfo

Definition at line 14726 of file vulkan_structs.hpp.

◆ subpass

uint32_t vk::CommandBufferInheritanceInfo::subpass = {}

Definition at line 14729 of file vulkan_structs.hpp.


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