prepare our render state on the window

This commit is contained in:
Mitchell Hashimoto
2022-10-23 20:55:04 -07:00
parent 9913bba2e8
commit b347ff458b
3 changed files with 79 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
pub const OpenGL = @import("renderer/OpenGL.zig");
pub const Thread = @import("renderer/Thread.zig");
pub const State = @import("renderer/State.zig");
test {
@import("std").testing.refAllDecls(@This());