RetroArch
Public Attributes | List of all members
VkAttachmentDescription Struct Reference

#include <vulkan_core.h>

Public Attributes

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

Member Data Documentation

◆ finalLayout

VkImageLayout VkAttachmentDescription::finalLayout

◆ flags

VkAttachmentDescriptionFlags VkAttachmentDescription::flags

◆ format

VkFormat VkAttachmentDescription::format

◆ initialLayout

VkImageLayout VkAttachmentDescription::initialLayout

◆ loadOp

VkAttachmentLoadOp VkAttachmentDescription::loadOp

◆ samples

VkSampleCountFlagBits VkAttachmentDescription::samples

◆ stencilLoadOp

VkAttachmentLoadOp VkAttachmentDescription::stencilLoadOp

◆ stencilStoreOp

VkAttachmentStoreOp VkAttachmentDescription::stencilStoreOp

◆ storeOp

VkAttachmentStoreOp VkAttachmentDescription::storeOp

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