ReactOS 0.4.17-dev-934-g091855f
VkImageFormatProperties Struct Reference

#include <vulkan.h>

Collaboration diagram for VkImageFormatProperties:

Public Member Functions

VkDeviceSize WINE_VK_ALIGN (8) maxResourceSize
 

Public Attributes

VkExtent3D maxExtent
 
uint32_t maxMipLevels
 
uint32_t maxArrayLayers
 
VkSampleCountFlags sampleCounts
 

Detailed Description

Definition at line 8998 of file vulkan.h.

Member Function Documentation

◆ WINE_VK_ALIGN()

VkDeviceSize VkImageFormatProperties::WINE_VK_ALIGN ( 8  )

Member Data Documentation

◆ maxArrayLayers

uint32_t VkImageFormatProperties::maxArrayLayers

Definition at line 9002 of file vulkan.h.

Referenced by vkd3d_is_linear_tiling_supported().

◆ maxExtent

VkExtent3D VkImageFormatProperties::maxExtent

Definition at line 9000 of file vulkan.h.

Referenced by vkd3d_is_linear_tiling_supported().

◆ maxMipLevels

uint32_t VkImageFormatProperties::maxMipLevels

Definition at line 9001 of file vulkan.h.

Referenced by vkd3d_is_linear_tiling_supported().

◆ sampleCounts

VkSampleCountFlags VkImageFormatProperties::sampleCounts

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