Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.
Ethosa edited this page Mar 6, 2023 · 1 revision

How I Can Compile With Vulkan?

Just add -d:vulkan or --define:vulkan in your script 😃

nim c -r -d:vulkan script.nim

How I Can Compile With OpenGL?

Just compile your script. It compiled with OpenGL by default.

Clone this wiki locally