Переход к RenderEngine

This commit is contained in:
2025-12-21 17:26:19 +03:00
parent 6f58967049
commit 3ac35a5046
11 changed files with 138 additions and 33 deletions

6
src/tests.zig Normal file
View File

@@ -0,0 +1,6 @@
// Test root for `zig build test`.
// Import modules here to ensure their `test` blocks are discovered.
test "module test discovery" {
_ = @import("render/CpuRenderEngine.zig");
}