o
odinpkg.dev
packages / library / vkguide-in-odin

vkguide-in-odin

81204b9library

Following a bit of vkguide 2 in the Odin programming language.

No license · updated 2 years ago

VkGuide in Odin

Follows vkguide implementations with a few differences:

  1. No vkbootstrap. Initialization is part of this project's code. features, extensions, and validation layers are defined in config.odin, and are used to pick the best device.
  2. Shaders are written in slang. slangc is expected to be in PATH.
    • Using slang-specific features (mostly pointers for BDA)

Dependencies

All the dependencies for this project are included as git submodules.