|
ReactOS 0.4.17-dev-934-g091855f
|
#include <vulkan.h>

Public Member Functions | |
| VkDeviceSize | WINE_VK_ALIGN (8) maxResourceSize |
Public Attributes | |
| VkExtent3D | maxExtent |
| uint32_t | maxMipLevels |
| uint32_t | maxArrayLayers |
| VkSampleCountFlags | sampleCounts |
| VkDeviceSize VkImageFormatProperties::WINE_VK_ALIGN | ( | 8 | ) |
| uint32_t VkImageFormatProperties::maxArrayLayers |
Definition at line 9002 of file vulkan.h.
Referenced by vkd3d_is_linear_tiling_supported().
| VkExtent3D VkImageFormatProperties::maxExtent |
Definition at line 9000 of file vulkan.h.
Referenced by vkd3d_is_linear_tiling_supported().
| uint32_t VkImageFormatProperties::maxMipLevels |
Definition at line 9001 of file vulkan.h.
Referenced by vkd3d_is_linear_tiling_supported().
| VkSampleCountFlags VkImageFormatProperties::sampleCounts |
Definition at line 9003 of file vulkan.h.
Referenced by d3d12_device_check_multisample_quality_levels(), init_vulkan_format_info(), and vkd3d_is_linear_tiling_supported().