VkPhysicalDeviceProperties

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Members

Variables

apiVersion
uint32_t apiVersion;
Undocumented in source.
deviceID
uint32_t deviceID;
Undocumented in source.
deviceName
char[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE] deviceName;
Undocumented in source.
deviceType
VkPhysicalDeviceType deviceType;
Undocumented in source.
driverVersion
uint32_t driverVersion;
Undocumented in source.
limits
VkPhysicalDeviceLimits limits;
Undocumented in source.
pipelineCacheUUID
uint8_t[VK_UUID_SIZE] pipelineCacheUUID;
Undocumented in source.
sparseProperties
VkPhysicalDeviceSparseProperties sparseProperties;
Undocumented in source.
vendorID
uint32_t vendorID;
Undocumented in source.

Meta