ReactOS 0.4.17-dev-934-g091855f
VkImageFormatListCreateInfo Struct Reference

#include <vulkan.h>

Collaboration diagram for VkImageFormatListCreateInfo:

Public Attributes

VkStructureType sType
 
const void * pNext
 
uint32_t viewFormatCount
 
const VkFormat * pViewFormats
 

Detailed Description

Definition at line 8989 of file vulkan.h.

Member Data Documentation

◆ pNext

const void* VkImageFormatListCreateInfo::pNext

Definition at line 8992 of file vulkan.h.

Referenced by vkd3d_create_image().

◆ pViewFormats

const VkFormat* VkImageFormatListCreateInfo::pViewFormats

Definition at line 8994 of file vulkan.h.

Referenced by vkd3d_create_image().

◆ sType

VkStructureType VkImageFormatListCreateInfo::sType

Definition at line 8991 of file vulkan.h.

Referenced by vkd3d_create_image().

◆ viewFormatCount

uint32_t VkImageFormatListCreateInfo::viewFormatCount

Definition at line 8993 of file vulkan.h.

Referenced by vkd3d_create_image().


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