Spheres/primitive built-in meshes, cull-modes, vec4 uniforms

This commit is contained in:
2026-02-05 00:17:33 +01:00
parent efa2c274f3
commit 3b32097c56
6 changed files with 510 additions and 172 deletions

View File

@@ -1,7 +1,8 @@
package renderer
import "core:math/rand"
Color :: union {
Color :: union #no_nil {
RGB_Color,
RGBA_Color,
}