SDL  2.0
VkPhysicalDeviceProperties Struct Reference

#include <vulkan.h>

+ Collaboration diagram for VkPhysicalDeviceProperties:

Data Fields

uint32_t apiVersion
 
uint32_t driverVersion
 
uint32_t vendorID
 
uint32_t deviceID
 
VkPhysicalDeviceType deviceType
 
char deviceName [VK_MAX_PHYSICAL_DEVICE_NAME_SIZE]
 
uint8_t pipelineCacheUUID [VK_UUID_SIZE]
 
VkPhysicalDeviceLimits limits
 
VkPhysicalDeviceSparseProperties sparseProperties
 

Detailed Description

Definition at line 1623 of file vulkan.h.

Field Documentation

◆ apiVersion

uint32_t VkPhysicalDeviceProperties::apiVersion

Definition at line 1624 of file vulkan.h.

Referenced by findPhysicalDevice().

◆ deviceID

uint32_t VkPhysicalDeviceProperties::deviceID

Definition at line 1627 of file vulkan.h.

◆ deviceName

char VkPhysicalDeviceProperties::deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE]

Definition at line 1629 of file vulkan.h.

◆ deviceType

VkPhysicalDeviceType VkPhysicalDeviceProperties::deviceType

Definition at line 1628 of file vulkan.h.

◆ driverVersion

uint32_t VkPhysicalDeviceProperties::driverVersion

Definition at line 1625 of file vulkan.h.

◆ limits

VkPhysicalDeviceLimits VkPhysicalDeviceProperties::limits

Definition at line 1631 of file vulkan.h.

◆ pipelineCacheUUID

uint8_t VkPhysicalDeviceProperties::pipelineCacheUUID[VK_UUID_SIZE]

Definition at line 1630 of file vulkan.h.

◆ sparseProperties

VkPhysicalDeviceSparseProperties VkPhysicalDeviceProperties::sparseProperties

Definition at line 1632 of file vulkan.h.

◆ vendorID

uint32_t VkPhysicalDeviceProperties::vendorID

Definition at line 1626 of file vulkan.h.


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