vulkanim icon indicating copy to clipboard operation
vulkanim copied to clipboard

Vulkan bindings for nim

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