Mercurial > games > semicongine
comparison tests/test_rendering.nim @ 1223:55896320c8bf compiletime-tests
fix: references to new package not updated
author | sam <sam@basx.dev> |
---|---|
date | Wed, 17 Jul 2024 21:13:54 +0700 |
parents | 04e446a7eb2b |
children | 4e465583ea32 |
comparison
equal
deleted
inserted
replaced
1222:3c3d4d7a8ecd | 1223:55896320c8bf |
---|---|
1 import std/options | 1 import std/options |
2 import std/random | 2 import std/random |
3 | 3 |
4 import ../semicongine | 4 import ../semiconginev2 |
5 | 5 |
6 var | 6 var |
7 mainRenderpass: VkRenderPass | 7 mainRenderpass: VkRenderPass |
8 swapchain: Swapchain | 8 swapchain: Swapchain |
9 | 9 |