Skip to documentation
SLOP

tiny.gpu.RenderColorAttachment

Reference tiny.gpu RenderColorAttachment

Defined in contract.

API (2)

Fields and members

Public fields and members.

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

Source

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

zig
pub const RenderColorAttachment = struct {    view: TextureView,    load: RenderColorLoad = .load,};

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

zig
pub const RenderColorAttachment = contract.RenderColorAttachment;

Audit

Definitions1
Public names2
Members2
Version26.7.0
Revisiondaab053ee433