Skip to content

Commit a853fd6

Browse files
committed
Add NativeName attribute for function pointer structs and delegates
1 parent 572d225 commit a853fd6

File tree

151 files changed

+150
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+150
-7
lines changed

.silktouch/72b687a9cceac28c.stout

0 Bytes
Binary file not shown.

.silktouch/82fde6eb3b68e085.stout

0 Bytes
Binary file not shown.

.silktouch/91c9aa14a031651f.stout

0 Bytes
Binary file not shown.

.silktouch/c8c046b328b09d23.stout

0 Bytes
Binary file not shown.

sources/OpenAL/OpenAL/al/BufferCallbackDelegateSoft.gen.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010

1111
namespace Silk.NET.OpenAL;
1212

13+
[NativeName("ALBUFFERCALLBACKTYPESOFT")]
1314
public unsafe delegate int BufferCallbackDelegateSoft(void* arg0, void* arg1, int arg2);

sources/OpenAL/OpenAL/al/BufferCallbackSoft.gen.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
namespace Silk.NET.OpenAL;
1212

13+
[NativeName("ALBUFFERCALLBACKTYPESOFT")]
1314
public readonly unsafe struct BufferCallbackSoft : IDisposable
1415
{
1516
private readonly void* Pointer;

sources/OpenAL/OpenAL/al/ContextEventProcDelegateSoft.gen.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
namespace Silk.NET.OpenAL;
1212

13+
[NativeName("ALCEVENTPROCTYPESOFT")]
1314
public unsafe delegate void ContextEventProcDelegateSoft(
1415
int arg0,
1516
int arg1,

sources/OpenAL/OpenAL/al/ContextEventProcSoft.gen.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
namespace Silk.NET.OpenAL;
1212

13+
[NativeName("ALCEVENTPROCTYPESOFT")]
1314
public readonly unsafe struct ContextEventProcSoft : IDisposable
1415
{
1516
private readonly void* Pointer;

sources/OpenAL/OpenAL/al/DebugProcDelegateExt.gen.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
namespace Silk.NET.OpenAL;
1212

13+
[NativeName("ALDEBUGPROCEXT")]
1314
public unsafe delegate void DebugProcDelegateExt(
1415
int arg0,
1516
int arg1,

sources/OpenAL/OpenAL/al/DebugProcExt.gen.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
namespace Silk.NET.OpenAL;
1212

13+
[NativeName("ALDEBUGPROCEXT")]
1314
public readonly unsafe struct DebugProcExt : IDisposable
1415
{
1516
private readonly void* Pointer;

0 commit comments

Comments
 (0)