Skip to documentation
SLOP

tiny.gpu.RenderArtifactFormat

Reference tiny.gpu RenderArtifactFormat

Defined in contract.

API (6)

Fields and members

Public fields and members.

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

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

Definitions1
Public names2
Members6
Version26.7.0
Revisiondaab053ee433