SDL  2.0
VkAttachmentDescription Struct Reference

#include <vulkan.h>

Data Fields

VkAttachmentDescriptionFlags flags
VkFormat format
VkSampleCountFlagBits samples
VkAttachmentLoadOp loadOp
VkAttachmentStoreOp storeOp
VkAttachmentLoadOp stencilLoadOp
VkAttachmentStoreOp stencilStoreOp
VkImageLayout initialLayout
VkImageLayout finalLayout

Detailed Description

Definition at line 2253 of file vulkan.h.

Field Documentation

VkImageLayout VkAttachmentDescription::finalLayout

Definition at line 2262 of file vulkan.h.

VkAttachmentDescriptionFlags VkAttachmentDescription::flags

Definition at line 2254 of file vulkan.h.

VkFormat VkAttachmentDescription::format

Definition at line 2255 of file vulkan.h.

VkImageLayout VkAttachmentDescription::initialLayout

Definition at line 2261 of file vulkan.h.

VkAttachmentLoadOp VkAttachmentDescription::loadOp

Definition at line 2257 of file vulkan.h.

VkSampleCountFlagBits VkAttachmentDescription::samples

Definition at line 2256 of file vulkan.h.

VkAttachmentLoadOp VkAttachmentDescription::stencilLoadOp

Definition at line 2259 of file vulkan.h.

VkAttachmentStoreOp VkAttachmentDescription::stencilStoreOp

Definition at line 2260 of file vulkan.h.

VkAttachmentStoreOp VkAttachmentDescription::storeOp

Definition at line 2258 of file vulkan.h.


The documentation for this struct was generated from the following file: