adding sandbox
All checks were successful
Build / build (push) Successful in 1m38s
Test / build (push) Successful in 5m58s

This commit is contained in:
2026-01-21 23:13:02 +01:00
parent 66eb4ba578
commit bb866f1312
10 changed files with 196 additions and 8 deletions

View File

@@ -13,7 +13,7 @@
//!
//! const allocator = gpa.allocator();
//!
//! var module = try spv.Module.init(allocator, @ptrCast(@alignCast(shader_source)));
//! var module = try spv.Module.init(allocator, @ptrCast(@alignCast(shader_source)), .{});
//! defer module.deinit(allocator);
//!
//! var rt = try spv.Runtime.init(allocator, &module);