Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 332 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 332 Bytes

vulkanim

Vulkan bindings for nim

Features:

  • uses distinct cint instead of enum for the various vulkan constants, because nim's enums don't support duplicate values.
  • automatically converts FlagBit types to the appropriate Flags for convenience
  • includes a macro (called vk) to load vulkan API procedures at runtime