Halide
VkPhysicalDeviceProperties Struct Reference

#include <mini_vulkan.h>

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 1653 of file mini_vulkan.h.

Member Data Documentation

◆ apiVersion

uint32_t VkPhysicalDeviceProperties::apiVersion

Definition at line 1654 of file mini_vulkan.h.

◆ driverVersion

uint32_t VkPhysicalDeviceProperties::driverVersion

Definition at line 1655 of file mini_vulkan.h.

◆ vendorID

uint32_t VkPhysicalDeviceProperties::vendorID

Definition at line 1656 of file mini_vulkan.h.

◆ deviceID

uint32_t VkPhysicalDeviceProperties::deviceID

Definition at line 1657 of file mini_vulkan.h.

◆ deviceType

VkPhysicalDeviceType VkPhysicalDeviceProperties::deviceType

Definition at line 1658 of file mini_vulkan.h.

◆ deviceName

char VkPhysicalDeviceProperties::deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE]

Definition at line 1659 of file mini_vulkan.h.

◆ pipelineCacheUUID

uint8_t VkPhysicalDeviceProperties::pipelineCacheUUID[VK_UUID_SIZE]

Definition at line 1660 of file mini_vulkan.h.

◆ limits

VkPhysicalDeviceLimits VkPhysicalDeviceProperties::limits

Definition at line 1661 of file mini_vulkan.h.

◆ sparseProperties

VkPhysicalDeviceSparseProperties VkPhysicalDeviceProperties::sparseProperties

Definition at line 1662 of file mini_vulkan.h.


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