Expand description

Immediate mode rendering

Easy/quick but slow rendering

Usage in pseudocode:

create `Gizmos`

while render:
    add all sorts of gizmos
    prepare
    draw

Modules

Structs