Skip to documentation
SLOP

tiny.gpu.RenderColorLoad

Reference tiny.gpu RenderColorLoad

Defined in contract.

API (2)

Fields and members

Public fields and members.

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

Source

Source: lib/gpu/src/contract.zig:506

zig
pub const RenderColorLoad = union(enum) {    load,    clear: SurfaceClearColor,};

Source: lib/gpu/src/root.zig:147

zig
pub const RenderColorLoad = contract.RenderColorLoad;

Audit

Definitions1
Public names2
Members2
Version26.7.0
Revisiondaab053ee433