Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkAttachmentDescription |
Definition at line 5630 of file vulkan_structs.hpp.
Definition at line 5632 of file vulkan_structs.hpp.
|
inline |
Definition at line 5636 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 5659 of file vulkan_structs.hpp.
|
inline |
Definition at line 5734 of file vulkan_structs.hpp.
|
inline |
Definition at line 5729 of file vulkan_structs.hpp.
|
inline |
Definition at line 5773 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 5667 of file vulkan_structs.hpp.
|
inline |
Definition at line 5762 of file vulkan_structs.hpp.
|
inline |
Definition at line 5722 of file vulkan_structs.hpp.
|
inline |
Definition at line 5674 of file vulkan_structs.hpp.
|
inline |
Definition at line 5680 of file vulkan_structs.hpp.
|
inline |
Definition at line 5716 of file vulkan_structs.hpp.
|
inline |
Definition at line 5692 of file vulkan_structs.hpp.
|
inline |
Definition at line 5686 of file vulkan_structs.hpp.
|
inline |
Definition at line 5704 of file vulkan_structs.hpp.
|
inline |
Definition at line 5710 of file vulkan_structs.hpp.
|
inline |
Definition at line 5698 of file vulkan_structs.hpp.
vk::ImageLayout vk::AttachmentDescription::finalLayout = vk::ImageLayout::eUndefined |
Definition at line 5788 of file vulkan_structs.hpp.
vk::AttachmentDescriptionFlags vk::AttachmentDescription::flags = {} |
Definition at line 5780 of file vulkan_structs.hpp.
vk::Format vk::AttachmentDescription::format = vk::Format::eUndefined |
Definition at line 5781 of file vulkan_structs.hpp.
vk::ImageLayout vk::AttachmentDescription::initialLayout = vk::ImageLayout::eUndefined |
Definition at line 5787 of file vulkan_structs.hpp.
vk::AttachmentLoadOp vk::AttachmentDescription::loadOp = vk::AttachmentLoadOp::eLoad |
Definition at line 5783 of file vulkan_structs.hpp.
vk::SampleCountFlagBits vk::AttachmentDescription::samples = vk::SampleCountFlagBits::e1 |
Definition at line 5782 of file vulkan_structs.hpp.
vk::AttachmentLoadOp vk::AttachmentDescription::stencilLoadOp = vk::AttachmentLoadOp::eLoad |
Definition at line 5785 of file vulkan_structs.hpp.
vk::AttachmentStoreOp vk::AttachmentDescription::stencilStoreOp = vk::AttachmentStoreOp::eStore |
Definition at line 5786 of file vulkan_structs.hpp.
vk::AttachmentStoreOp vk::AttachmentDescription::storeOp = vk::AttachmentStoreOp::eStore |
Definition at line 5784 of file vulkan_structs.hpp.