Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkRenderingAttachmentInfo |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eRenderingAttachmentInfo |
Definition at line 103306 of file vulkan_structs.hpp.
Definition at line 103308 of file vulkan_structs.hpp.
|
inline |
Definition at line 103314 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 103337 of file vulkan_structs.hpp.
|
inline |
Definition at line 103412 of file vulkan_structs.hpp.
|
inline |
Definition at line 103407 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 103345 of file vulkan_structs.hpp.
|
inline |
Definition at line 103400 of file vulkan_structs.hpp.
|
inline |
Definition at line 103364 of file vulkan_structs.hpp.
|
inline |
Definition at line 103358 of file vulkan_structs.hpp.
|
inline |
Definition at line 103388 of file vulkan_structs.hpp.
|
inline |
Definition at line 103352 of file vulkan_structs.hpp.
|
inline |
Definition at line 103382 of file vulkan_structs.hpp.
|
inline |
Definition at line 103376 of file vulkan_structs.hpp.
|
inline |
Definition at line 103370 of file vulkan_structs.hpp.
|
inline |
Definition at line 103394 of file vulkan_structs.hpp.
|
static |
Definition at line 103310 of file vulkan_structs.hpp.
vk::ClearValue vk::RenderingAttachmentInfo::clearValue = {} |
Definition at line 103448 of file vulkan_structs.hpp.
vk::ImageLayout vk::RenderingAttachmentInfo::imageLayout = vk::ImageLayout::eUndefined |
Definition at line 103442 of file vulkan_structs.hpp.
vk::ImageView vk::RenderingAttachmentInfo::imageView = {} |
Definition at line 103441 of file vulkan_structs.hpp.
vk::AttachmentLoadOp vk::RenderingAttachmentInfo::loadOp = vk::AttachmentLoadOp::eLoad |
Definition at line 103446 of file vulkan_structs.hpp.
const void* vk::RenderingAttachmentInfo::pNext = {} |
Definition at line 103440 of file vulkan_structs.hpp.
vk::ImageLayout vk::RenderingAttachmentInfo::resolveImageLayout = vk::ImageLayout::eUndefined |
Definition at line 103445 of file vulkan_structs.hpp.
vk::ImageView vk::RenderingAttachmentInfo::resolveImageView = {} |
Definition at line 103444 of file vulkan_structs.hpp.
vk::ResolveModeFlagBits vk::RenderingAttachmentInfo::resolveMode = vk::ResolveModeFlagBits::eNone |
Definition at line 103443 of file vulkan_structs.hpp.
vk::AttachmentStoreOp vk::RenderingAttachmentInfo::storeOp = vk::AttachmentStoreOp::eStore |
Definition at line 103447 of file vulkan_structs.hpp.
|
static |
Definition at line 103311 of file vulkan_structs.hpp.
vk::StructureType vk::RenderingAttachmentInfo::sType = StructureType::eRenderingAttachmentInfo |
Definition at line 103439 of file vulkan_structs.hpp.