|
6 | 6 | <LangVersion>preview</LangVersion>
|
7 | 7 | <Authors>.NET Foundation and Contributors</Authors>
|
8 | 8 | <PackageReleaseNotes>
|
9 |
| - Silk.NET April 2021 Update |
| 9 | + Silk.NET May 2021 Update |
10 | 10 |
|
11 |
| - - Add a new Silk.NET.OpenGL.Extensions.ImGui package, a first-party ImGui integration for Silk.NET.OpenGL |
12 |
| - - Add support for native method definitions across multiple partial classes |
13 |
| - - Add improved SDL exception throwing, only throwing when a function indicates an error |
14 |
| - - Updated metadata to reference .NET Foundation and dotnet following our .NET Foundation onboarding |
15 |
| - - Update to SDL 2.0.14 |
16 |
| - - Update to GLFW 3.3.3 |
17 |
| - - Miscellaneous build system related fixes |
18 |
| - - Miscellaneous SourceLink related fixes |
| 11 | + - Add As methods to all Maths types & other miscellaneous API additions |
| 12 | + - Add support for provisional Vulkan Video encoding & decoding extensions |
| 13 | + - Update to latest OpenGL specification |
| 14 | + - Update to latest OpenCL specification |
| 15 | + - Update to Vulkan 1.2.177 |
| 16 | + - Update to OpenXR 1.0.15 |
| 17 | + - Fix ImGui robustness |
| 18 | + - Fix disposal and reset robustness |
| 19 | + - Fix SDL input backend not respecting deadzones |
| 20 | + - Fix GLFW input backend not respecting start-up state |
| 21 | + - Fix Vulkan device function pointer loader bugs |
| 22 | + - Fix BSTR GlobalMemory issues |
| 23 | + - Fix Vulkan codegen issues |
| 24 | + - Fix bitfield codegen for Vulkan & clang-generated bindings |
| 25 | + - Miscellaneous windowing & input bugfixes |
19 | 26 | </PackageReleaseNotes>
|
20 | 27 | <PackageTags Condition="'$(PackageTags)' == ''">OpenCL;OpenGL;OpenAL;OpenGLES;GLES;Vulkan;Assimp;DirectX;GLFW;SDL;Windowing;Input;Gamepad;Joystick;Keyboard;Mouse;SilkTouch;Source;Generator;C#;F#;.NET;DotNet;Mono;Vector;Math;Maths;Numerics;Game;Graphics;Compute;Audio;Sound;Engine;Silk;Silk.NET;Slim.NET;ElgarTK;GPU;Sharp;Science;Scientific;Visualization;Visual;Audiovisual;Windows;macOS;Linux;Android;Bindings;OSX;Wrapper;Native</PackageTags>
|
21 | 28 | <GenerateDocumentationFile>true</GenerateDocumentationFile>
|
22 | 29 | <PackageOutputPath>$(MSBuildThisFileDirectory)/../output_packages</PackageOutputPath>
|
23 | 30 | <RepositoryUrl>https://github.com/dotnet/Silk.NET</RepositoryUrl>
|
24 | 31 | <RepositoryType>Git</RepositoryType>
|
25 |
| - <VersionPrefix>2.3.0</VersionPrefix> |
| 32 | + <VersionPrefix>2.4.0</VersionPrefix> |
26 | 33 | <VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
|
27 | 34 | <Description Condition="'$(Description)' == ''">
|
28 | 35 | Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
|
|
0 commit comments