Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
VkAttachmentDescription Struct Reference

#include <vulkan.h>

Public Attributes

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

Detailed Description

Definition at line 2286 of file vulkan.h.

Member Data Documentation

◆ finalLayout

VkImageLayout VkAttachmentDescription::finalLayout

Definition at line 2295 of file vulkan.h.

◆ flags

VkAttachmentDescriptionFlags VkAttachmentDescription::flags

Definition at line 2287 of file vulkan.h.

◆ format

VkFormat VkAttachmentDescription::format

Definition at line 2288 of file vulkan.h.

◆ initialLayout

VkImageLayout VkAttachmentDescription::initialLayout

Definition at line 2294 of file vulkan.h.

◆ loadOp

VkAttachmentLoadOp VkAttachmentDescription::loadOp

Definition at line 2290 of file vulkan.h.

◆ samples

VkSampleCountFlagBits VkAttachmentDescription::samples

Definition at line 2289 of file vulkan.h.

◆ stencilLoadOp

VkAttachmentLoadOp VkAttachmentDescription::stencilLoadOp

Definition at line 2292 of file vulkan.h.

◆ stencilStoreOp

VkAttachmentStoreOp VkAttachmentDescription::stencilStoreOp

Definition at line 2293 of file vulkan.h.

◆ storeOp

VkAttachmentStoreOp VkAttachmentDescription::storeOp

Definition at line 2291 of file vulkan.h.


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