Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkRenderingAreaInfoKHR |
Public Attributes | |
vk::StructureType | sType = StructureType::eRenderingAreaInfoKHR |
const void * | pNext = {} |
uint32_t | viewMask = {} |
uint32_t | colorAttachmentCount = {} |
const vk::Format * | pColorAttachmentFormats = {} |
vk::Format | depthAttachmentFormat = vk::Format::eUndefined |
vk::Format | stencilAttachmentFormat = vk::Format::eUndefined |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eRenderingAreaInfoKHR |
Definition at line 103138 of file vulkan_structs.hpp.
Definition at line 103140 of file vulkan_structs.hpp.
|
inline |
Definition at line 103146 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 103163 of file vulkan_structs.hpp.
|
inline |
Definition at line 103169 of file vulkan_structs.hpp.
|
inline |
Definition at line 103247 of file vulkan_structs.hpp.
|
inline |
Definition at line 103242 of file vulkan_structs.hpp.
|
inline |
Definition at line 103284 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 103187 of file vulkan_structs.hpp.
|
inline |
Definition at line 103273 of file vulkan_structs.hpp.
|
inline |
Definition at line 103206 of file vulkan_structs.hpp.
|
inline |
Definition at line 103220 of file vulkan_structs.hpp.
|
inline |
Definition at line 103229 of file vulkan_structs.hpp.
|
inline |
Definition at line 103213 of file vulkan_structs.hpp.
|
inline |
Definition at line 103194 of file vulkan_structs.hpp.
|
inline |
Definition at line 103235 of file vulkan_structs.hpp.
|
inline |
Definition at line 103200 of file vulkan_structs.hpp.
|
static |
Definition at line 103142 of file vulkan_structs.hpp.
uint32_t vk::RenderingAreaInfoKHR::colorAttachmentCount = {} |
Definition at line 103294 of file vulkan_structs.hpp.
vk::Format vk::RenderingAreaInfoKHR::depthAttachmentFormat = vk::Format::eUndefined |
Definition at line 103296 of file vulkan_structs.hpp.
const vk::Format* vk::RenderingAreaInfoKHR::pColorAttachmentFormats = {} |
Definition at line 103295 of file vulkan_structs.hpp.
const void* vk::RenderingAreaInfoKHR::pNext = {} |
Definition at line 103292 of file vulkan_structs.hpp.
vk::Format vk::RenderingAreaInfoKHR::stencilAttachmentFormat = vk::Format::eUndefined |
Definition at line 103297 of file vulkan_structs.hpp.
|
static |
Definition at line 103143 of file vulkan_structs.hpp.
vk::StructureType vk::RenderingAreaInfoKHR::sType = StructureType::eRenderingAreaInfoKHR |
Definition at line 103291 of file vulkan_structs.hpp.
uint32_t vk::RenderingAreaInfoKHR::viewMask = {} |
Definition at line 103293 of file vulkan_structs.hpp.