Skip to documentation
SLOP

tiny.gpu.RenderVertexAttribute

Reference tiny.gpu RenderVertexAttribute

Defined in contract.

API (3)

Fields and members

Public fields and members.

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

Source

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

zig
pub const RenderVertexAttribute = struct {    location: u32,    format: RenderVertexFormat,    offset: u32,};

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

zig
pub const RenderVertexAttribute = contract.RenderVertexAttribute;

Audit

Definitions1
Public names2
Members3
Version26.7.0
Revisiondaab053ee433