Skip to documentation
SLOP

tiny.gpu.DeviceIdentity

Reference tiny.gpu DeviceIdentity

Defined in contract.

API (6)

Fields and members

Public fields and members.

No direct callersNo direct callscontractDeviceIdentity
Static calls · unresolved targets: unknown · external targets: unknown.

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

Definitions1
Public names2
Members6
Version26.7.0
Revisiondaab053ee433