DVUI

empty

Source

Implementation

#
pub const empty = Triangles{
    .vertexes = &.{},
    .indices = &.{},
    .bounds = .{},
}