Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 825 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 825 Bytes

VulkanSharp

This project will provide a .NET binding for the Vulkan API.

To learn more about Vulkan, you can check Vulkan in 30 minutes

Building

To build VulkanSharp, run the make command, which will download the needed dependencies.

Vulkan information

Specification from the Khronos group xhtml, pdf

Vulkan on Android

Vulkan on Android (NVIDIA's devices) samples

More Android Vulkan samples googlesamples, examples and demos