This commit is contained in:
luboslenco
2025-03-06 20:18:45 +01:00
parent 1809346d36
commit 5d2407e729
36 changed files with 386 additions and 721 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ function render() {
let flags: i32 = 0;
flags |= 1; // Color
flags |= 2; // Depth
kinc_g5_clear(flags, 0xff000000, 1.0);
kinc_g5_clear(0xff000000, 1.0, flags);
kinc_g5_set_pipeline(pipeline);
kinc_g4_set_vertex_buffer(vb);