-
Notifications
You must be signed in to change notification settings - Fork 0
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