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

Public Member Functions | |
| VkPhysicalDeviceLimits | WINE_VK_ALIGN (8) limits |
| VkPhysicalDeviceLimits VkPhysicalDeviceProperties::WINE_VK_ALIGN | ( | 8 | ) |
| uint32_t VkPhysicalDeviceProperties::apiVersion |
Definition at line 16570 of file vulkan.h.
Referenced by adapter_vk_init_driver_info(), and vkd3d_trace_physical_device_properties().
| uint32_t VkPhysicalDeviceProperties::deviceID |
Definition at line 16573 of file vulkan.h.
Referenced by adapter_vk_init_driver_info(), d3d12_get_vk_physical_device(), vkd3d_select_physical_device(), and vkd3d_trace_physical_device_properties().
| char VkPhysicalDeviceProperties::deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE] |
Definition at line 16575 of file vulkan.h.
Referenced by adapter_vk_init_driver_info(), vkd3d_select_physical_device(), and vkd3d_trace_physical_device_properties().
| VkPhysicalDeviceType VkPhysicalDeviceProperties::deviceType |
Definition at line 16574 of file vulkan.h.
Referenced by vkd3d_select_physical_device().
| uint32_t VkPhysicalDeviceProperties::driverVersion |
Definition at line 16571 of file vulkan.h.
Referenced by adapter_vk_init_driver_info(), and vkd3d_trace_physical_device_properties().
| uint8_t VkPhysicalDeviceProperties::pipelineCacheUUID[VK_UUID_SIZE] |
| VkPhysicalDeviceSparseProperties VkPhysicalDeviceProperties::sparseProperties |
| uint32_t VkPhysicalDeviceProperties::vendorID |
Definition at line 16572 of file vulkan.h.
Referenced by adapter_vk_init_driver_info(), d3d12_get_vk_physical_device(), vkd3d_select_physical_device(), and vkd3d_trace_physical_device_properties().