Vulkan 0.5.3

dotnet add package Vulkan --version 0.5.3                
NuGet\Install-Package Vulkan -Version 0.5.3                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Vulkan" Version="0.5.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Vulkan --version 0.5.3                
#r "nuget: Vulkan, 0.5.3"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Vulkan as a Cake Addin
#addin nuget:?package=Vulkan&version=0.5.3

// Install Vulkan as a Cake Tool
#tool nuget:?package=Vulkan&version=0.5.3                

Low level vulkan bindings for .net

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.1

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Vulkan:

Package Downloads
vke

C# vulkan library with IDispose model and references counting

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.5.3 980 11/5/2023
0.5.2 211 10/28/2023
0.5.1 825 11/6/2022
0.5.0 428 11/1/2022
0.4.2 394 10/31/2022
0.4.1-beta 364 2/2/2022
0.4.0 593 12/10/2021
0.4.0-beta 1,406 12/8/2021
0.3.0-beta 243 12/3/2021
0.2.5-beta 215 12/2/2021
0.2.4 3,168 2/27/2021
0.2.3-beta 1,752 5/31/2020
0.2.2.2-beta 768 5/5/2020
0.2.2-beta 417 2/29/2020
0.2.1 817 1/27/2020
0.2.1-beta 1,483 1/27/2020
0.2.0-beta 754 1/18/2020
0.1.8-beta 446 10/29/2019
0.1.7 725 9/18/2019
0.1.7-beta 447 9/18/2019
0.1.6-beta 537 9/12/2019
0.1.5-beta 441 9/10/2019
0.1.4 732 8/29/2019
0.1.4-beta 823 8/2/2019
0.1.3 1,028 5/22/2019
0.1.2.9 995 5/22/2019
0.1.2.8-beta 879 5/3/2019
0.1.2.6 1,096 4/20/2019
0.1.2.5-alpha 850 4/17/2019
0.1.2.3-alpha 853 4/14/2019
0.1.2.2-alpha 819 4/13/2019
0.1.1-alpha 838 4/12/2019
0.1.0-alpha 847 4/12/2019

- vkapi global variable to select vulkan/vulkansc
- update vulkan xml to v1.3.269
- AUTO_SET_STYPE = on