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. 
.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 668 11/5/2023
0.5.2 197 10/28/2023
0.5.1 795 11/6/2022
0.5.0 408 11/1/2022
0.4.2 378 10/31/2022
0.4.1-beta 347 2/2/2022
0.4.0 573 12/10/2021
0.4.0-beta 1,274 12/8/2021
0.3.0-beta 231 12/3/2021
0.2.5-beta 202 12/2/2021
0.2.4 3,022 2/27/2021
0.2.3-beta 1,701 5/31/2020
0.2.2.2-beta 746 5/5/2020
0.2.2-beta 398 2/29/2020
0.2.1 794 1/27/2020
0.2.1-beta 1,463 1/27/2020
0.2.0-beta 735 1/18/2020
0.1.8-beta 428 10/29/2019
0.1.7 701 9/18/2019
0.1.7-beta 428 9/18/2019
0.1.6-beta 519 9/12/2019
0.1.5-beta 422 9/10/2019
0.1.4 708 8/29/2019
0.1.4-beta 805 8/2/2019
0.1.3 1,000 5/22/2019
0.1.2.9 971 5/22/2019
0.1.2.8-beta 860 5/3/2019
0.1.2.6 1,072 4/20/2019
0.1.2.5-alpha 824 4/17/2019
0.1.2.3-alpha 829 4/14/2019
0.1.2.2-alpha 799 4/13/2019
0.1.1-alpha 817 4/12/2019
0.1.0-alpha 826 4/12/2019

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