Skip to documentation
SLOP

tiny.gpu.RenderIndexFormat

Reference tiny.gpu RenderIndexFormat

Defined in contract.

API (3)

Fields and members

Public fields and members.

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

Source

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

zig
pub const RenderIndexFormat = enum(u8) {    none = 0,    u16 = 1,    u32 = 2,};

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

zig
pub const RenderIndexFormat = contract.RenderIndexFormat;

Audit

Definitions1
Public names2
Members3
Version26.7.0
Revisiondaab053ee433