Skip to documentation
SLOP

tiny.gpu.RenderDepthAttachment

Reference tiny.gpu RenderDepthAttachment

Defined in contract.

API (2)

Fields and members

Public fields and members.

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

Source

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

zig
pub const RenderDepthAttachment = struct {    view: TextureView,    load: RenderDepthLoad = .{ .clear = 1 },};

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

zig
pub const RenderDepthAttachment = contract.RenderDepthAttachment;

Audit

Definitions1
Public names2
Members2
Version26.7.0
Revisiondaab053ee433