removing spirv headers dependencies, reworking architecture

This commit is contained in:
2025-12-24 18:09:16 +01:00
parent b4ff6f559b
commit 885919952c
15 changed files with 2969 additions and 140 deletions

View File

@@ -1,6 +1,6 @@
const lib = @import("lib.zig");
const spv = @import("spv.zig");
const SpvWord = lib.SpvWord;
const SpvWord = spv.SpvWord;
const Self = @This();