HDK
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkRenderPassBeginInfo |
Public Attributes | |
VULKAN_HPP_NAMESPACE::StructureType | sType = StructureType::eRenderPassBeginInfo |
const void * | pNext = {} |
VULKAN_HPP_NAMESPACE::RenderPass | renderPass = {} |
VULKAN_HPP_NAMESPACE::Framebuffer | framebuffer = {} |
VULKAN_HPP_NAMESPACE::Rect2D | renderArea = {} |
uint32_t | clearValueCount = {} |
const VULKAN_HPP_NAMESPACE::ClearValue * | pClearValues = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eRenderPassBeginInfo |
Definition at line 86562 of file vulkan_structs.hpp.
Definition at line 86564 of file vulkan_structs.hpp.
|
inline |
Definition at line 86570 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 86587 of file vulkan_structs.hpp.
|
inline |
Definition at line 86592 of file vulkan_structs.hpp.
|
inline |
Definition at line 86669 of file vulkan_structs.hpp.
|
inline |
Definition at line 86664 of file vulkan_structs.hpp.
|
inline |
Definition at line 86705 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 86610 of file vulkan_structs.hpp.
|
inline |
Definition at line 86695 of file vulkan_structs.hpp.
|
inline |
Definition at line 86641 of file vulkan_structs.hpp.
|
inline |
Definition at line 86655 of file vulkan_structs.hpp.
|
inline |
Definition at line 86629 of file vulkan_structs.hpp.
|
inline |
Definition at line 86647 of file vulkan_structs.hpp.
|
inline |
Definition at line 86617 of file vulkan_structs.hpp.
|
inline |
Definition at line 86635 of file vulkan_structs.hpp.
|
inline |
Definition at line 86623 of file vulkan_structs.hpp.
|
static |
Definition at line 86566 of file vulkan_structs.hpp.
uint32_t VULKAN_HPP_NAMESPACE::RenderPassBeginInfo::clearValueCount = {} |
Definition at line 86717 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::Framebuffer VULKAN_HPP_NAMESPACE::RenderPassBeginInfo::framebuffer = {} |
Definition at line 86715 of file vulkan_structs.hpp.
const VULKAN_HPP_NAMESPACE::ClearValue* VULKAN_HPP_NAMESPACE::RenderPassBeginInfo::pClearValues = {} |
Definition at line 86718 of file vulkan_structs.hpp.
const void* VULKAN_HPP_NAMESPACE::RenderPassBeginInfo::pNext = {} |
Definition at line 86713 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::Rect2D VULKAN_HPP_NAMESPACE::RenderPassBeginInfo::renderArea = {} |
Definition at line 86716 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::RenderPass VULKAN_HPP_NAMESPACE::RenderPassBeginInfo::renderPass = {} |
Definition at line 86714 of file vulkan_structs.hpp.
|
static |
Definition at line 86567 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::RenderPassBeginInfo::sType = StructureType::eRenderPassBeginInfo |
Definition at line 86712 of file vulkan_structs.hpp.