summary refs log tree commit diff
path: root/src/graphics_window_dressing.rs
AgeCommit message (Expand)Author
7 daysstate needed when rendering is now in its own structIrene Knapp
7 daysfactor out the render commands into a new scene moduleIrene Knapp
10 daysantialiasingIrene Knapp
2026-07-27generate mipmapsIrene Knapp
2026-07-20load a nontrivial model and render it with a textureIrene Knapp
2026-07-18depth bufferIrene Knapp
2026-07-18pull the shader data stuff into its own fileIrene Knapp
2026-07-18draw the imageIrene Knapp
2026-07-18load a texture imageIrene Knapp
2026-07-15it spins!!!!Irene Knapp
2026-07-11use an index buffer now, and draw two trianglesIrene Knapp
2026-07-11don't rely on having shared memoryIrene Knapp
2026-07-11abstract buffer managementIrene Knapp
2026-07-09allocate and use a vertex bufferIrene Knapp
2026-07-09okay, reinitializing for window changes works nowIrene Knapp
2026-07-09make most of the associated functions into file-level functionsIrene Knapp
2026-07-09move all the window dressing stuff into its own fileIrene Knapp