17 lines
768 B
Plaintext
17 lines
768 B
Plaintext
|
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
|
[[VkPhysicalDeviceProperties,VkPhysicalDeviceProperties]]
|
||
|
|
[source,c++]
|
||
|
|
----
|
||
|
|
typedef struct VkPhysicalDeviceProperties {
|
||
|
|
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;
|
||
|
|
} VkPhysicalDeviceProperties;
|
||
|
|
----
|