GL_lists - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

They're the wonderful devices from older GL versions that allowed you to pre-compile drawing instructions on the graphics card. All loops are evaluated CPU-side--only the drawing is preserved GPU-side, meaning no variables after compile. Perfect for tiles in the compatibility graphics system.