Mercurial > games > semicongine
view semicongine.nim @ 1205:f7530247a21f compiletime-tests
did: improve descriptor-set handling, add simple descriptor set test
author | sam <sam@basx.dev> |
---|---|
date | Tue, 16 Jul 2024 11:53:43 +0700 |
parents | d4a206b5e5b0 |
children | 04e446a7eb2b |
line wrap: on
line source
import std/algorithm import std/dynlib import std/enumerate import std/hashes import std/logging import std/marshal import std/math import std/macros import std/os import std/options import std/paths import std/random import std/sequtils import std/strformat import std/strutils import std/tables import std/typetraits include ./semicongine/rendering/vulkan/api include ./semicongine/core include ./semicongine/events include ./semicongine/rendering include ./semicongine/storage include ./semicongine/input