AdamantiumStudio
-
- 208 total downloads
- last updated 9/23/2026
- Latest version: 3.0.0
Marshalling helpers shared by the C# bindings QuantumBinding generates: pointer and array conversion, native string handling, and caches of the sizes and layouts the generated interop asks for on every call. -
- 101 total downloads
- last updated 9/22/2026
- Latest version: 1.0.1
Finds and loads the Vulkan loader at run time and resolves its entry points, so an application binds to whichever Vulkan the machine actually has instead of to an import library fixed at build time. -
- 194 total downloads
- last updated 9/23/2026
- Latest version: 1.0.11
C# bindings to SPIRV-Cross, shipping its native library. Reads back what a compiled shader declares, so resources can be bound by what the shader actually asks for rather than by a hand-kept table. SPIRV-Cross... More information -
- 190 total downloads
- last updated 9/23/2026
- Latest version: 1.0.9
C# bindings to the Slang shader compiler, shipping the compiler itself so that building shaders needs no Vulkan SDK installed. Slang is Apache-2.0 with the LLVM exception and carries further projects inside its... More information -
- 194 total downloads
- last updated 9/23/2026
- Latest version: 1.0.2
C# bindings to the Vulkan API, generated from the Khronos registry. Hand-written wrappers over the generated interop give the structures and handles ordinary .NET shapes, so calling Vulkan reads as C# rather... More information