[Soft] adding new experimental shader interpreter based on new IR
Mirror Gitea refs to GitHub / mirror (push) Successful in 31s
Test / build_and_test (push) Successful in 11m51s
Build / build (push) Successful in 15m19s

This commit is contained in:
2026-08-08 00:42:13 +02:00
parent 937b84cbc3
commit f40e5b742d
20 changed files with 1635 additions and 38 deletions
+2
View File
@@ -6,6 +6,7 @@ pub const c = @import("soft_c");
pub const config = base.config;
pub const Device = @import("device/Device.zig");
pub const interpreter = @import("interpreter/root.zig");
pub const SoftInstance = @import("SoftInstance.zig");
pub const SoftDevice = @import("SoftDevice.zig");
@@ -84,6 +85,7 @@ comptime {
test {
std.testing.refAllDecls(Device);
std.testing.refAllDecls(interpreter);
std.testing.refAllDecls(SoftBinarySemaphore);
std.testing.refAllDecls(SoftBuffer);
std.testing.refAllDecls(SoftBufferView);