you can now print images on the screen

This commit is contained in:
2026-04-16 00:29:05 +02:00
parent 291f774a95
commit 952c5062bc
7 changed files with 7523 additions and 9 deletions

View File

@@ -16,5 +16,6 @@ typedef double float64;
struct Vertex {
float32 x, y, z; // position
float32 u, v; // texture coordinates
float32 r, g, b, a; // color
};