-
-
Notifications
You must be signed in to change notification settings - Fork 400
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/regen' of https://github.com/dotnet/Silk.NET in…
…to feature/regen
- Loading branch information
Showing
58 changed files
with
1,703 additions
and
1,625 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
// Licensed to the .NET Foundation under one or more agreements. | ||
// The .NET Foundation licenses this file to you under the MIT license. | ||
|
||
|
||
using System; | ||
using System.Runtime.InteropServices; | ||
using System.Runtime.CompilerServices; | ||
using System.Text; | ||
using Silk.NET.Core; | ||
using Silk.NET.Core.Native; | ||
using Silk.NET.Core.Attributes; | ||
using Silk.NET.Core.Contexts; | ||
using Silk.NET.Core.Loader; | ||
|
||
#pragma warning disable 1591 | ||
|
||
namespace Silk.NET.Assimp | ||
{ | ||
[NativeName("Name", "aiBuffer")] | ||
public unsafe partial struct Buffer | ||
{ | ||
public Buffer | ||
( | ||
byte* data = null, | ||
byte* end = null | ||
) : this() | ||
{ | ||
if (data is not null) | ||
{ | ||
Data = data; | ||
} | ||
|
||
if (end is not null) | ||
{ | ||
End = end; | ||
} | ||
} | ||
|
||
|
||
[NativeName("Type", "const char *")] | ||
[NativeName("Type.Name", "const char *")] | ||
[NativeName("Name", "data")] | ||
public byte* Data; | ||
|
||
[NativeName("Type", "const char *")] | ||
[NativeName("Type.Name", "const char *")] | ||
[NativeName("Name", "end")] | ||
public byte* End; | ||
} | ||
} |
Binary file modified
BIN
-112 Bytes
(100%)
src/Native/Silk.NET.DirectStorage.Native/runtimes/win-arm64/native/dstorage.dll
Binary file not shown.
Binary file modified
BIN
-12.6 KB
(99%)
src/Native/Silk.NET.DirectStorage.Native/runtimes/win-arm64/native/dstoragecore.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
src/Native/Silk.NET.DirectStorage.Native/runtimes/win-x64/native/dstorage.dll
Binary file not shown.
Binary file modified
BIN
-10.5 KB
(99%)
src/Native/Silk.NET.DirectStorage.Native/runtimes/win-x64/native/dstoragecore.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
src/Native/Silk.NET.DirectStorage.Native/runtimes/win-x86/native/dstorage.dll
Binary file not shown.
Binary file modified
BIN
-7.61 KB
(99%)
src/Native/Silk.NET.DirectStorage.Native/runtimes/win-x86/native/dstoragecore.dll
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.2.2 | ||
1.2.3 |
20 changes: 0 additions & 20 deletions
20
src/OpenCL/Extensions/Silk.NET.OpenCL.Extensions.KHR/Enums/CommandBufferStructureType.gen.cs
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
...nCL/Extensions/Silk.NET.OpenCL.Extensions.KHR/Enums/NdrangeKernelCommandProperties.gen.cs
This file was deleted.
Oops, something went wrong.
72 changes: 0 additions & 72 deletions
72
src/OpenCL/Extensions/Silk.NET.OpenCL.Extensions.KHR/Structs/MutableBaseConfigKhr.gen.cs
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
src/OpenGL/Silk.NET.OpenGL.Legacy/Enums/TextureParameter.gen.cs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
src/OpenGL/Silk.NET.OpenGLES/Enums/TextureParameter.gen.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.