ReactOS 0.4.17-dev-934-g091855f
VkAttachmentDescription2 Struct Reference

#include <vulkan.h>

Collaboration diagram for VkAttachmentDescription2:

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkAttachmentDescriptionFlags flags
 
VkFormat format
 
VkSampleCountFlagBits samples
 
VkAttachmentLoadOp loadOp
 
VkAttachmentStoreOp storeOp
 
VkAttachmentLoadOp stencilLoadOp
 
VkAttachmentStoreOp stencilStoreOp
 
VkImageLayout initialLayout
 
VkImageLayout finalLayout
 

Detailed Description

Definition at line 7363 of file vulkan.h.

Member Data Documentation

◆ finalLayout

VkImageLayout VkAttachmentDescription2::finalLayout

Definition at line 7375 of file vulkan.h.

◆ flags

VkAttachmentDescriptionFlags VkAttachmentDescription2::flags

Definition at line 7367 of file vulkan.h.

◆ format

VkFormat VkAttachmentDescription2::format

Definition at line 7368 of file vulkan.h.

◆ initialLayout

VkImageLayout VkAttachmentDescription2::initialLayout

Definition at line 7374 of file vulkan.h.

◆ loadOp

VkAttachmentLoadOp VkAttachmentDescription2::loadOp

Definition at line 7370 of file vulkan.h.

◆ pNext

const void* VkAttachmentDescription2::pNext

Definition at line 7366 of file vulkan.h.

◆ samples

VkSampleCountFlagBits VkAttachmentDescription2::samples

Definition at line 7369 of file vulkan.h.

◆ stencilLoadOp

VkAttachmentLoadOp VkAttachmentDescription2::stencilLoadOp

Definition at line 7372 of file vulkan.h.

◆ stencilStoreOp

VkAttachmentStoreOp VkAttachmentDescription2::stencilStoreOp

Definition at line 7373 of file vulkan.h.

◆ storeOp

VkAttachmentStoreOp VkAttachmentDescription2::storeOp

Definition at line 7371 of file vulkan.h.

◆ sType

VkStructureType VkAttachmentDescription2::sType

Definition at line 7365 of file vulkan.h.


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