Gpu cleanup

This commit is contained in:
luboslenco
2025-06-19 23:30:32 +02:00
parent a7df5974ae
commit 95f2451f55
19 changed files with 142 additions and 240 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ function main() {
pipeline.vertex_shader = vert;
pipeline.fragment_shader = frag;
pipeline.input_layout = vs;
gpu_compile_pipeline(pipeline);
gpu_pipeline_compile(pipeline);
let vertices: f32[] = [
-1.0, -1.0, 0.0,