Vulkan 0.3.0-beta
This is a prerelease version of Vulkan.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Vulkan --version 0.3.0-beta
NuGet\Install-Package Vulkan -Version 0.3.0-beta
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.3.0-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Vulkan --version 0.3.0-beta
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Vulkan, 0.3.0-beta"
#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.3.0-beta&prerelease // Install Vulkan as a Cake Tool #tool nuget:?package=Vulkan&version=0.3.0-beta&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Low level vulkan bindings for .net
Product | Versions 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 | 672 | 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 | 203 | 12/2/2021 |
0.2.4 | 3,022 | 2/27/2021 |
0.2.3-beta | 1,702 | 5/31/2020 |
0.2.2.2-beta | 746 | 5/5/2020 |
0.2.2-beta | 399 | 2/29/2020 |
0.2.1 | 794 | 1/27/2020 |
0.2.1-beta | 1,463 | 1/27/2020 |
0.2.0-beta | 736 | 1/18/2020 |
0.1.8-beta | 428 | 10/29/2019 |
0.1.7 | 702 | 9/18/2019 |
0.1.7-beta | 429 | 9/18/2019 |
0.1.6-beta | 520 | 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 | 861 | 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 | 818 | 4/12/2019 |
0.1.0-alpha | 827 | 4/12/2019 |
* Docummentation extracted from Vulkan-Docs
* no usafe code.
* use Vector type where possible
* Proxy structures to handle arrays.