SDL  2.0
VkPhysicalDeviceImageFormatInfo2 Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const voidpNext
 
VkFormat format
 
VkImageType type
 
VkImageTiling tiling
 
VkImageUsageFlags usage
 
VkImageCreateFlags flags
 

Detailed Description

Definition at line 4176 of file vulkan_core.h.

Field Documentation

◆ flags

VkImageCreateFlags VkPhysicalDeviceImageFormatInfo2::flags

Definition at line 4183 of file vulkan_core.h.

◆ format

VkFormat VkPhysicalDeviceImageFormatInfo2::format

Definition at line 4179 of file vulkan_core.h.

◆ pNext

const void* VkPhysicalDeviceImageFormatInfo2::pNext

Definition at line 4178 of file vulkan_core.h.

◆ sType

VkStructureType VkPhysicalDeviceImageFormatInfo2::sType

Definition at line 4177 of file vulkan_core.h.

◆ tiling

VkImageTiling VkPhysicalDeviceImageFormatInfo2::tiling

Definition at line 4181 of file vulkan_core.h.

◆ type

VkImageType VkPhysicalDeviceImageFormatInfo2::type

Definition at line 4180 of file vulkan_core.h.

◆ usage

VkImageUsageFlags VkPhysicalDeviceImageFormatInfo2::usage

Definition at line 4182 of file vulkan_core.h.


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