Jorgemagic / Vulkan.NET

This repository contains low-level bindings for Vulkan used in WaveEngine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vulkan.NET

This repository contains low-level bindings for Vulkan used in WaveEngine for .NET Core and .NET 5.0. This binding is generated from vk.xml file included in the KhronosRegistry folder.

Build Status

Features

  • Vulkan 1.0, 1.1, 1.2
  • All Vulkan Extensions as Vulkan RayTracing
  • Raw low level binding using usafe c# code.

Nuget Packages

DrawTriangle Test

Test based on https://vulkan-tutorial.com/

alt DrawTriangle

Related Work

About

This repository contains low-level bindings for Vulkan used in WaveEngine.

License:MIT License


Languages

Language:C# 99.6%Language:PowerShell 0.2%Language:GLSL 0.1%Language:Batchfile 0.1%