tiny.gpu.DeviceIdentity
Defined in contract.
API (6)
Fields and members
Public fields and members.
Source
Source: lib/gpu/src/contract.zig:796
zig
pub const DeviceIdentity = struct { backend: BackendKind, family: DeviceFamily, name: []const u8 = "unknown", vendor_id: ?u32 = null, device_id: ?u32 = null, driver_version: ?[]const u8 = null,};Source: lib/gpu/src/root.zig:87
zig
pub const DeviceIdentity = contract.DeviceIdentity;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 6 |
| Version | 26.7.0 |
| Revision | daab053ee433 |