introduce renderer thread logic (not starting it yet)

This commit is contained in:
Mitchell Hashimoto
2022-10-23 20:18:10 -07:00
parent 89a4c59f3c
commit 9913bba2e8
3 changed files with 147 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
//! setup (OpenGL has a context, Vulkan has a surface, etc.)
pub const OpenGL = @import("renderer/OpenGL.zig");
pub const Thread = @import("renderer/Thread.zig");
test {
@import("std").testing.refAllDecls(@This());