tiny.gpu.SurfacePlatformKind
Defined in contract.
API (5)
Fields and members
Public fields and members.
Source
Source: lib/gpu/src/contract.zig:182
zig
pub const SurfacePlatformKind = enum(u8) { x11 = 0, cocoa = 1, webgpu_canvas = 2, headless = 3, external = 4,};Source: lib/gpu/src/root.zig:50
zig
pub const SurfacePlatformKind = contract.SurfacePlatformKind;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 5 |
| Version | 26.7.0 |
| Revision | daab053ee433 |