EvergineTeam / Vulkan.NET

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vulkan.NET

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

Build Status Nuget Monthly update check

Features

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

Draw Triangle Rasterization

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

alt Draw Triangle Rasterization

Draw Triangle Raytracing (KHR)

Test based on https://github.com/maierfelix/VK_KHR_ray_tracing

Build Requirements

alt Draw Triangle Raytracing

Related Work

About

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

License:MIT License


Languages

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