Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkRenderPassBeginInfo |
Public Attributes | |
vk::StructureType | sType = StructureType::eRenderPassBeginInfo |
const void * | pNext = {} |
vk::RenderPass | renderPass = {} |
vk::Framebuffer | framebuffer = {} |
vk::Rect2D | renderArea = {} |
uint32_t | clearValueCount = {} |
const vk::ClearValue * | pClearValues = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eRenderPassBeginInfo |
Definition at line 99945 of file vulkan_structs.hpp.
Definition at line 99947 of file vulkan_structs.hpp.
|
inline |
Definition at line 99953 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 99970 of file vulkan_structs.hpp.
|
inline |
Definition at line 99975 of file vulkan_structs.hpp.
|
inline |
Definition at line 100052 of file vulkan_structs.hpp.
|
inline |
Definition at line 100047 of file vulkan_structs.hpp.
|
inline |
Definition at line 100088 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 99993 of file vulkan_structs.hpp.
|
inline |
Definition at line 100078 of file vulkan_structs.hpp.
|
inline |
Definition at line 100024 of file vulkan_structs.hpp.
|
inline |
Definition at line 100038 of file vulkan_structs.hpp.
|
inline |
Definition at line 100012 of file vulkan_structs.hpp.
|
inline |
Definition at line 100030 of file vulkan_structs.hpp.
|
inline |
Definition at line 100000 of file vulkan_structs.hpp.
|
inline |
Definition at line 100018 of file vulkan_structs.hpp.
|
inline |
Definition at line 100006 of file vulkan_structs.hpp.
|
static |
Definition at line 99949 of file vulkan_structs.hpp.
uint32_t vk::RenderPassBeginInfo::clearValueCount = {} |
Definition at line 100100 of file vulkan_structs.hpp.
vk::Framebuffer vk::RenderPassBeginInfo::framebuffer = {} |
Definition at line 100098 of file vulkan_structs.hpp.
const vk::ClearValue* vk::RenderPassBeginInfo::pClearValues = {} |
Definition at line 100101 of file vulkan_structs.hpp.
const void* vk::RenderPassBeginInfo::pNext = {} |
Definition at line 100096 of file vulkan_structs.hpp.
vk::Rect2D vk::RenderPassBeginInfo::renderArea = {} |
Definition at line 100099 of file vulkan_structs.hpp.
vk::RenderPass vk::RenderPassBeginInfo::renderPass = {} |
Definition at line 100097 of file vulkan_structs.hpp.
|
static |
Definition at line 99950 of file vulkan_structs.hpp.
vk::StructureType vk::RenderPassBeginInfo::sType = StructureType::eRenderPassBeginInfo |
Definition at line 100095 of file vulkan_structs.hpp.