working on opcodes

This commit is contained in:
2025-12-25 02:34:41 +01:00
parent 885919952c
commit 49f0219900
10 changed files with 167 additions and 507 deletions

View File

@@ -1,7 +1,7 @@
const std = @import("std");
const spv = @import("spv");
const shader_source = @embedFile("shader");
const shader_source = @embedFile("shader.spv");
pub fn main() !void {
{