Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPipelineRenderingCreateInfo |
Public Attributes | |
vk::StructureType | sType = StructureType::ePipelineRenderingCreateInfo |
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::ePipelineRenderingCreateInfo |
Definition at line 93383 of file vulkan_structs.hpp.
Definition at line 93385 of file vulkan_structs.hpp.
|
inline |
Definition at line 93391 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 93408 of file vulkan_structs.hpp.
|
inline |
Definition at line 93414 of file vulkan_structs.hpp.
|
inline |
Definition at line 93493 of file vulkan_structs.hpp.
|
inline |
Definition at line 93488 of file vulkan_structs.hpp.
|
inline |
Definition at line 93530 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 93432 of file vulkan_structs.hpp.
|
inline |
Definition at line 93519 of file vulkan_structs.hpp.
|
inline |
Definition at line 93451 of file vulkan_structs.hpp.
|
inline |
Definition at line 93465 of file vulkan_structs.hpp.
|
inline |
Definition at line 93474 of file vulkan_structs.hpp.
|
inline |
Definition at line 93458 of file vulkan_structs.hpp.
|
inline |
Definition at line 93439 of file vulkan_structs.hpp.
|
inline |
Definition at line 93481 of file vulkan_structs.hpp.
|
inline |
Definition at line 93445 of file vulkan_structs.hpp.
|
static |
Definition at line 93387 of file vulkan_structs.hpp.
uint32_t vk::PipelineRenderingCreateInfo::colorAttachmentCount = {} |
Definition at line 93540 of file vulkan_structs.hpp.
vk::Format vk::PipelineRenderingCreateInfo::depthAttachmentFormat = vk::Format::eUndefined |
Definition at line 93542 of file vulkan_structs.hpp.
const vk::Format* vk::PipelineRenderingCreateInfo::pColorAttachmentFormats = {} |
Definition at line 93541 of file vulkan_structs.hpp.
const void* vk::PipelineRenderingCreateInfo::pNext = {} |
Definition at line 93538 of file vulkan_structs.hpp.
vk::Format vk::PipelineRenderingCreateInfo::stencilAttachmentFormat = vk::Format::eUndefined |
Definition at line 93543 of file vulkan_structs.hpp.
|
static |
Definition at line 93388 of file vulkan_structs.hpp.
vk::StructureType vk::PipelineRenderingCreateInfo::sType = StructureType::ePipelineRenderingCreateInfo |
Definition at line 93537 of file vulkan_structs.hpp.
uint32_t vk::PipelineRenderingCreateInfo::viewMask = {} |
Definition at line 93539 of file vulkan_structs.hpp.