Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
VkPhysicalDeviceProperties Struct Reference

#include <vulkan.h>

+ Collaboration diagram for VkPhysicalDeviceProperties:

Public Attributes

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 2867 of file vulkan.h.

Member Data Documentation

◆ apiVersion

uint32_t VkPhysicalDeviceProperties::apiVersion

Definition at line 2868 of file vulkan.h.

◆ deviceID

uint32_t VkPhysicalDeviceProperties::deviceID

Definition at line 2871 of file vulkan.h.

◆ deviceName

char VkPhysicalDeviceProperties::deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE]

Definition at line 2873 of file vulkan.h.

◆ deviceType

VkPhysicalDeviceType VkPhysicalDeviceProperties::deviceType

Definition at line 2872 of file vulkan.h.

◆ driverVersion

uint32_t VkPhysicalDeviceProperties::driverVersion

Definition at line 2869 of file vulkan.h.

◆ limits

VkPhysicalDeviceLimits VkPhysicalDeviceProperties::limits

Definition at line 2875 of file vulkan.h.

◆ pipelineCacheUUID

uint8_t VkPhysicalDeviceProperties::pipelineCacheUUID[VK_UUID_SIZE]

Definition at line 2874 of file vulkan.h.

◆ sparseProperties

VkPhysicalDeviceSparseProperties VkPhysicalDeviceProperties::sparseProperties

Definition at line 2876 of file vulkan.h.

◆ vendorID

uint32_t VkPhysicalDeviceProperties::vendorID

Definition at line 2870 of file vulkan.h.


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