Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VkPhysicalDeviceProperties Struct Reference

#include <vulkan_core.h>

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 3264 of file vulkan_core.h.

Field Documentation

◆ apiVersion

uint32_t VkPhysicalDeviceProperties::apiVersion

Definition at line 3265 of file vulkan_core.h.

◆ deviceID

uint32_t VkPhysicalDeviceProperties::deviceID

Definition at line 3268 of file vulkan_core.h.

◆ deviceName

char VkPhysicalDeviceProperties::deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE]

Definition at line 3270 of file vulkan_core.h.

◆ deviceType

VkPhysicalDeviceType VkPhysicalDeviceProperties::deviceType

Definition at line 3269 of file vulkan_core.h.

◆ driverVersion

uint32_t VkPhysicalDeviceProperties::driverVersion

Definition at line 3266 of file vulkan_core.h.

◆ limits

VkPhysicalDeviceLimits VkPhysicalDeviceProperties::limits

Definition at line 3272 of file vulkan_core.h.

◆ pipelineCacheUUID

uint8_t VkPhysicalDeviceProperties::pipelineCacheUUID[VK_UUID_SIZE]

Definition at line 3271 of file vulkan_core.h.

◆ sparseProperties

VkPhysicalDeviceSparseProperties VkPhysicalDeviceProperties::sparseProperties

Definition at line 3273 of file vulkan_core.h.

◆ vendorID

uint32_t VkPhysicalDeviceProperties::vendorID

Definition at line 3267 of file vulkan_core.h.


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