ReactOS 0.4.17-dev-934-g091855f
VkFramebufferAttachmentImageInfo Struct Reference

#include <vulkan.h>

Collaboration diagram for VkFramebufferAttachmentImageInfo:

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkImageCreateFlags flags
 
VkImageUsageFlags usage
 
uint32_t width
 
uint32_t height
 
uint32_t layerCount
 
uint32_t viewFormatCount
 
const VkFormat * pViewFormats
 

Detailed Description

Definition at line 8791 of file vulkan.h.

Member Data Documentation

◆ flags

VkImageCreateFlags VkFramebufferAttachmentImageInfo::flags

Definition at line 8795 of file vulkan.h.

◆ height

uint32_t VkFramebufferAttachmentImageInfo::height

Definition at line 8798 of file vulkan.h.

◆ layerCount

uint32_t VkFramebufferAttachmentImageInfo::layerCount

Definition at line 8799 of file vulkan.h.

◆ pNext

const void* VkFramebufferAttachmentImageInfo::pNext

Definition at line 8794 of file vulkan.h.

◆ pViewFormats

const VkFormat* VkFramebufferAttachmentImageInfo::pViewFormats

Definition at line 8801 of file vulkan.h.

◆ sType

VkStructureType VkFramebufferAttachmentImageInfo::sType

Definition at line 8793 of file vulkan.h.

◆ usage

VkImageUsageFlags VkFramebufferAttachmentImageInfo::usage

Definition at line 8796 of file vulkan.h.

◆ viewFormatCount

uint32_t VkFramebufferAttachmentImageInfo::viewFormatCount

Definition at line 8800 of file vulkan.h.

◆ width

uint32_t VkFramebufferAttachmentImageInfo::width

Definition at line 8797 of file vulkan.h.


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