KDGpu::AdapterProperties
Module: Public API
#include <KDGpu/adapter_properties.h>
Public Attributes
Public Attributes Documentation
variable apiVersion
| uint32_t apiVersion { 0 };
|
variable driverVersion
| uint32_t driverVersion { 0 };
|
variable vendorID
variable deviceID
variable deviceType
| AdapterDeviceType deviceType;
|
variable deviceName
variable pipelineCacheUUID
| std::array< uint8_t, UuidSize > pipelineCacheUUID {};
|
variable limits
variable sparseProperties
| AdapterSparseProperties sparseProperties;
|
variable multiViewProperties
| AdapterMultiViewProperties multiViewProperties;
|
variable depthResolveProperties
| AdapterDepthStencilResolveProperties depthResolveProperties;
|
variable bindGroupIndexingProperties
| BindGroupIndexingProperties bindGroupIndexingProperties;
|
variable rayTracingProperties
| RayTracingProperties rayTracingProperties;
|
variable meshShaderProperties
| MeshShaderProperties meshShaderProperties;
|
variable hostImageCopyProperties
| HostImageCopyProperties hostImageCopyProperties;
|
variable pushBindGroupProperties
| PushBindGroupProperties pushBindGroupProperties;
|
Updated on 2026-01-20 at 00:03:57 +0000