22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
ifndef::doctype-manpage[]
|
||
|
[[VkPhysicalDeviceProperties,VkPhysicalDeviceProperties]]
|
||
|
["source","{basebackend@docbook:c++:cpp}",title=""]
|
||
|
endif::doctype-manpage[]
|
||
|
ifdef::doctype-manpage[]
|
||
|
["source","{basebackend@docbook:c++:cpp}"]
|
||
|
endif::doctype-manpage[]
|
||
|
------------------------------------------------------------------------------
|
||
|
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;
|
||
|
------------------------------------------------------------------------------
|