diff semicongine.nim @ 1214:04e446a7eb2b compiletime-tests

add: multipass renderer, finish tets for now
author sam <sam@basx.dev>
date Wed, 17 Jul 2024 20:11:55 +0700
parents d4a206b5e5b0
children
line wrap: on
line diff
--- a/semicongine.nim	Wed Jul 17 12:04:47 2024 +0700
+++ b/semicongine.nim	Wed Jul 17 20:11:55 2024 +0700
@@ -6,6 +6,7 @@
 import std/marshal
 import std/math
 import std/macros
+import std/monotimes
 import std/os
 import std/options
 import std/paths
@@ -14,6 +15,7 @@
 import std/strformat
 import std/strutils
 import std/tables
+import std/times
 import std/typetraits
 
 include ./semicongine/rendering/vulkan/api