tiny.gpu.RenderArtifactFormat
Defined in contract.
API (6)
Fields and members
Public fields and members.
Source
Source: lib/gpu/src/contract.zig:280
zig
pub const RenderArtifactFormat = enum(u8) { vulkan_spirv = 0, metal_msl = 1, metal_metallib = 2, webgpu_wgsl = 3, external = 4, /// One relocatable object for the host that defines both stages as functions of the /// `choir_abi.stage` layout. cpu_object = 5,};Source: lib/gpu/src/root.zig:60
zig
pub const RenderArtifactFormat = contract.RenderArtifactFormat;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 6 |
| Version | 26.7.0 |
| Revision | daab053ee433 |