Перейти к файлу
Virgile Bello f5b47bde48 Structures: Expose NativeHandle (ctor and public readonly) 2019-01-14 17:31:47 +09:00
Samples [Samples] Use descriptors 2016-06-13 10:12:49 +09:00
Source/SharpVulkan Structures: Expose NativeHandle (ctor and public readonly) 2019-01-14 17:31:47 +09:00
.gitignore Initial commit 2016-02-17 00:35:49 +09:00
LICENSE Initial commit 2016-02-17 00:35:49 +09:00
README.md [Readme] Mention Xenko 2016-08-29 09:53:02 +09:00
SharpVulkan.sln Initial commit 2016-02-17 00:35:49 +09:00

README.md

SharpVulkan

C# bindings for the Vulkan graphics API, used by the Xenko game engine.

About

NOTE: This repository is work-in-progress and subject to changes

These bindings are automatically generated from C-headers by a custom tool, similarily to SharpDX.

TODO:

  • Clean up and publish binding generator as stand-alone tool
  • Clean up API, provide helpers where sensible
  • Properly handle extensions
  • Multi-platform support
  • Include samples
  • Generate comments from documentation

Licensing

MIT