Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkCommandBufferInheritanceInfo |
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 |
Definition at line 14590 of file vulkan_structs.hpp.
Definition at line 14592 of file vulkan_structs.hpp.
|
inline |
Definition at line 14598 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 14617 of file vulkan_structs.hpp.
|
inline |
Definition at line 14681 of file vulkan_structs.hpp.
|
inline |
Definition at line 14676 of file vulkan_structs.hpp.
|
inline |
Definition at line 14719 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 14625 of file vulkan_structs.hpp.
|
inline |
Definition at line 14708 of file vulkan_structs.hpp.
|
inline |
Definition at line 14650 of file vulkan_structs.hpp.
|
inline |
Definition at line 14656 of file vulkan_structs.hpp.
|
inline |
Definition at line 14669 of file vulkan_structs.hpp.
|
inline |
Definition at line 14632 of file vulkan_structs.hpp.
|
inline |
Definition at line 14662 of file vulkan_structs.hpp.
|
inline |
Definition at line 14638 of file vulkan_structs.hpp.
|
inline |
Definition at line 14644 of file vulkan_structs.hpp.
|
static |
Definition at line 14594 of file vulkan_structs.hpp.
vk::Framebuffer vk::CommandBufferInheritanceInfo::framebuffer = {} |
Definition at line 14730 of file vulkan_structs.hpp.
vk::Bool32 vk::CommandBufferInheritanceInfo::occlusionQueryEnable = {} |
Definition at line 14731 of file vulkan_structs.hpp.
vk::QueryPipelineStatisticFlags vk::CommandBufferInheritanceInfo::pipelineStatistics = {} |
Definition at line 14733 of file vulkan_structs.hpp.
const void* vk::CommandBufferInheritanceInfo::pNext = {} |
Definition at line 14727 of file vulkan_structs.hpp.
vk::QueryControlFlags vk::CommandBufferInheritanceInfo::queryFlags = {} |
Definition at line 14732 of file vulkan_structs.hpp.
vk::RenderPass vk::CommandBufferInheritanceInfo::renderPass = {} |
Definition at line 14728 of file vulkan_structs.hpp.
|
static |
Definition at line 14595 of file vulkan_structs.hpp.
vk::StructureType vk::CommandBufferInheritanceInfo::sType = StructureType::eCommandBufferInheritanceInfo |
Definition at line 14726 of file vulkan_structs.hpp.
uint32_t vk::CommandBufferInheritanceInfo::subpass = {} |
Definition at line 14729 of file vulkan_structs.hpp.