Mercurial > games > semicongine
view semiconginev2/platform/vulkan_extensions.nim @ 1228:4e465583ea32
did: rename texture to image
author | sam <sam@basx.dev> |
---|---|
date | Thu, 18 Jul 2024 16:33:24 +0700 |
parents | 56781cc0fc7c |
children |
line wrap: on
line source
when defined(linux): include ./linux/vulkan_extensions elif defined(windows): include ./windows/vulkan_extensions else: {.error: "Unsupported platform".}