Vulkan-Hpp
VkPhysicalDeviceProperties Struct Reference

#include <vulkan_core.h>

Public Attributes

uint32_t apiVersion
 
uint32_t driverVersion
 
uint32_t vendorID
 
uint32_t deviceID
 
VkPhysicalDeviceType deviceType
 
char deviceName [256U]
 
uint8_t pipelineCacheUUID [16U]
 
VkPhysicalDeviceLimits limits
 
VkPhysicalDeviceSparseProperties sparseProperties
 

Detailed Description

Definition at line 3162 of file vulkan_core.h.

Member Data Documentation

◆ apiVersion

uint32_t VkPhysicalDeviceProperties::apiVersion

Definition at line 3163 of file vulkan_core.h.

◆ deviceID

uint32_t VkPhysicalDeviceProperties::deviceID

Definition at line 3166 of file vulkan_core.h.

◆ deviceName

char VkPhysicalDeviceProperties::deviceName[256U]

Definition at line 3168 of file vulkan_core.h.

◆ deviceType

VkPhysicalDeviceType VkPhysicalDeviceProperties::deviceType

Definition at line 3167 of file vulkan_core.h.

◆ driverVersion

uint32_t VkPhysicalDeviceProperties::driverVersion

Definition at line 3164 of file vulkan_core.h.

◆ limits

VkPhysicalDeviceLimits VkPhysicalDeviceProperties::limits

Definition at line 3170 of file vulkan_core.h.

◆ pipelineCacheUUID

uint8_t VkPhysicalDeviceProperties::pipelineCacheUUID[16U]

Definition at line 3169 of file vulkan_core.h.

◆ sparseProperties

VkPhysicalDeviceSparseProperties VkPhysicalDeviceProperties::sparseProperties

Definition at line 3171 of file vulkan_core.h.

◆ vendorID

uint32_t VkPhysicalDeviceProperties::vendorID

Definition at line 3165 of file vulkan_core.h.


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