SDL  2.0
VkPhysicalDeviceSparseImageFormatInfo2 Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const voidpNext
 
VkFormat format
 
VkImageType type
 
VkSampleCountFlagBits samples
 
VkImageUsageFlags usage
 
VkImageTiling tiling
 

Detailed Description

Definition at line 4443 of file vulkan_core.h.

Field Documentation

◆ format

VkFormat VkPhysicalDeviceSparseImageFormatInfo2::format

Definition at line 4446 of file vulkan_core.h.

◆ pNext

const void* VkPhysicalDeviceSparseImageFormatInfo2::pNext

Definition at line 4445 of file vulkan_core.h.

◆ samples

VkSampleCountFlagBits VkPhysicalDeviceSparseImageFormatInfo2::samples

Definition at line 4448 of file vulkan_core.h.

◆ sType

VkStructureType VkPhysicalDeviceSparseImageFormatInfo2::sType

Definition at line 4444 of file vulkan_core.h.

◆ tiling

VkImageTiling VkPhysicalDeviceSparseImageFormatInfo2::tiling

Definition at line 4450 of file vulkan_core.h.

◆ type

VkImageType VkPhysicalDeviceSparseImageFormatInfo2::type

Definition at line 4447 of file vulkan_core.h.

◆ usage

VkImageUsageFlags VkPhysicalDeviceSparseImageFormatInfo2::usage

Definition at line 4449 of file vulkan_core.h.


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