Skip to content

GL_lists

hpgDesigns edited this page Aug 8, 2021 · 1 revision

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.

This is number 1

Clone this wiki locally