Mercurial > games > semicongine
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 1213:f9919ea98e5b | 1214:04e446a7eb2b |
|---|---|
| 4 import std/hashes | 4 import std/hashes |
| 5 import std/logging | 5 import std/logging |
| 6 import std/marshal | 6 import std/marshal |
| 7 import std/math | 7 import std/math |
| 8 import std/macros | 8 import std/macros |
| 9 import std/monotimes | |
| 9 import std/os | 10 import std/os |
| 10 import std/options | 11 import std/options |
| 11 import std/paths | 12 import std/paths |
| 12 import std/random | 13 import std/random |
| 13 import std/sequtils | 14 import std/sequtils |
| 14 import std/strformat | 15 import std/strformat |
| 15 import std/strutils | 16 import std/strutils |
| 16 import std/tables | 17 import std/tables |
| 18 import std/times | |
| 17 import std/typetraits | 19 import std/typetraits |
| 18 | 20 |
| 19 include ./semicongine/rendering/vulkan/api | 21 include ./semicongine/rendering/vulkan/api |
| 20 include ./semicongine/core | 22 include ./semicongine/core |
| 21 | 23 |
