Skip to content

Regenerate bindings as of 31/10/2024 #2322

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file modified build/cache/assimp.json.gz
Binary file not shown.
Binary file modified build/cache/cl.json.gz
Binary file not shown.
Binary file modified build/cache/core.json.gz
Binary file not shown.
Binary file modified build/cache/d2d.json.gz
Binary file not shown.
Binary file modified build/cache/d3d11.json.gz
Binary file not shown.
Binary file modified build/cache/d3d12.json.gz
Binary file not shown.
Binary file modified build/cache/d3d9.json.gz
Binary file not shown.
Binary file modified build/cache/d3dcompiler.json.gz
Binary file not shown.
Binary file modified build/cache/dcomp.json.gz
Binary file not shown.
Binary file modified build/cache/dstorage.json.gz
Binary file not shown.
Binary file modified build/cache/dwrite.json.gz
Binary file not shown.
Binary file modified build/cache/dxc.json.gz
Binary file not shown.
Binary file modified build/cache/dxgi.json.gz
Binary file not shown.
Binary file modified build/cache/dxva.json.gz
Binary file not shown.
Binary file modified build/cache/gl.json.gz
Binary file not shown.
Binary file modified build/cache/glcore.json.gz
Binary file not shown.
Binary file modified build/cache/gles2.json.gz
Binary file not shown.
Binary file modified build/cache/openxr.json.gz
Binary file not shown.
Binary file modified build/cache/sdl.json.gz
Binary file not shown.
Binary file modified build/cache/shaderc.json.gz
Binary file not shown.
Binary file modified build/cache/spirv-cross.json.gz
Binary file not shown.
Binary file modified build/cache/spirv-reflect.json.gz
Binary file not shown.
Binary file modified build/cache/spirv.json.gz
Binary file not shown.
Binary file modified build/cache/vulkan.json.gz
Binary file not shown.
Binary file modified build/cache/webgpu.json.gz
Binary file not shown.
Binary file modified build/cache/wgl.json.gz
Binary file not shown.
Binary file modified build/cache/wic.json.gz
Binary file not shown.
Binary file modified build/cache/win32extras.json.gz
Binary file not shown.
Binary file modified build/cache/xaudio.json.gz
Binary file not shown.
Binary file modified build/cache/xinput.json.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion build/submodules/ANGLE
Submodule ANGLE updated from ed97ad to 0d914d
2 changes: 1 addition & 1 deletion build/submodules/GLFW
Submodule GLFW updated 75 files
+1 −1 .github/workflows/build.yml
+2 −2 .gitignore
+1 −1 CMakeLists.txt
+2 −0 CONTRIBUTORS.md
+15 −322 README.md
+4 −4 docs/build.md
+21 −18 docs/compat.md
+22 −3 docs/input.md
+3 −3 docs/intro.md
+10 −372 docs/news.md
+30 −16 include/GLFW/glfw3.h
+1 −1 include/GLFW/glfw3native.h
+3 −2 src/CMakeLists.txt
+1 −1 src/cocoa_init.m
+1 −1 src/cocoa_joystick.h
+1 −1 src/cocoa_joystick.m
+8 −5 src/cocoa_monitor.m
+1 −1 src/cocoa_platform.h
+1 −1 src/cocoa_time.c
+1 −1 src/cocoa_time.h
+11 −20 src/cocoa_window.m
+5 −5 src/context.c
+52 −15 src/egl_context.c
+7 −3 src/glx_context.c
+1 −1 src/init.c
+50 −32 src/input.c
+14 −1 src/internal.h
+1 −1 src/linux_joystick.c
+1 −1 src/linux_joystick.h
+1 −1 src/mappings.h
+1 −1 src/mappings.h.in
+32 −25 src/monitor.c
+10 −10 src/nsgl_context.m
+1 −1 src/null_init.c
+1 −1 src/null_joystick.c
+1 −1 src/null_joystick.h
+1 −1 src/null_monitor.c
+12 −1 src/null_platform.h
+36 −6 src/null_window.c
+10 −6 src/osmesa_context.c
+1 −1 src/platform.c
+1 −1 src/platform.h
+1 −1 src/posix_module.c
+1 −1 src/posix_poll.c
+1 −1 src/posix_poll.h
+1 −1 src/posix_thread.c
+1 −1 src/posix_thread.h
+1 −1 src/posix_time.c
+1 −1 src/posix_time.h
+9 −6 src/vulkan.c
+4 −2 src/wgl_context.c
+1 −1 src/win32_init.c
+1 −1 src/win32_joystick.c
+1 −1 src/win32_joystick.h
+1 −1 src/win32_module.c
+8 −3 src/win32_monitor.c
+1 −1 src/win32_platform.h
+1 −1 src/win32_thread.c
+1 −1 src/win32_thread.h
+1 −1 src/win32_time.c
+1 −1 src/win32_time.h
+5 −2 src/win32_window.c
+96 −68 src/window.c
+8 −7 src/wl_init.c
+5 −2 src/wl_monitor.c
+1 −3 src/wl_platform.h
+36 −26 src/wl_window.c
+1 −1 src/x11_init.c
+8 −3 src/x11_monitor.c
+1 −1 src/x11_platform.h
+6 −2 src/x11_window.c
+1 −1 src/xkb_unicode.c
+1 −1 src/xkb_unicode.h
+1 −0 tests/events.c
+1 −0 tests/window.c
2 changes: 1 addition & 1 deletion build/submodules/MoltenVK
Submodule MoltenVK updated 68 files
+15 −9 .github/workflows/CI.yml
+16 −6 Common/MVKCommonEnvironment.h
+49 −53 Docs/MoltenVK_Configuration_Parameters.md
+3 −10 Docs/MoltenVK_Runtime_UserGuide.md
+110 −0 Docs/Whats_New.md
+4,466 −4,366 ExternalDependencies.xcodeproj/project.pbxproj
+3 −2 ExternalRevisions/README.md
+1 −1 ExternalRevisions/SPIRV-Cross_repo_revision
+1 −1 ExternalRevisions/Volk_repo_revision
+1 −1 ExternalRevisions/Vulkan-Headers_repo_revision
+1 −1 ExternalRevisions/Vulkan-Tools_repo_revision
+1 −1 ExternalRevisions/glslang_repo_revision
+14 −4 MoltenVK/MoltenVK.xcodeproj/project.pbxproj
+1 −1 MoltenVK/MoltenVK/API/mvk_config.h
+12 −17 MoltenVK/MoltenVK/API/mvk_private_api.h
+3 −2 MoltenVK/MoltenVK/Commands/MVKCmdPipeline.h
+11 −40 MoltenVK/MoltenVK/Commands/MVKCmdPipeline.mm
+4 −4 MoltenVK/MoltenVK/Commands/MVKCmdTransfer.mm
+8 −8 MoltenVK/MoltenVK/Commands/MVKCommandBuffer.mm
+16 −61 MoltenVK/MoltenVK/Commands/MVKCommandEncoderState.mm
+6 −0 MoltenVK/MoltenVK/Commands/MVKCommandPipelineStateFactoryShaderSource.h
+2 −2 MoltenVK/MoltenVK/Commands/MVKCommandResourceFactory.mm
+1 −1 MoltenVK/MoltenVK/Commands/MVKMTLBufferAllocation.h
+0 −1 MoltenVK/MoltenVK/Commands/MVKMTLBufferAllocation.mm
+3 −3 MoltenVK/MoltenVK/GPUObjects/MVKBuffer.mm
+123 −110 MoltenVK/MoltenVK/GPUObjects/MVKDescriptor.h
+391 −294 MoltenVK/MoltenVK/GPUObjects/MVKDescriptor.mm
+82 −65 MoltenVK/MoltenVK/GPUObjects/MVKDescriptorSet.h
+523 −195 MoltenVK/MoltenVK/GPUObjects/MVKDescriptorSet.mm
+56 −41 MoltenVK/MoltenVK/GPUObjects/MVKDevice.h
+373 −413 MoltenVK/MoltenVK/GPUObjects/MVKDevice.mm
+2 −2 MoltenVK/MoltenVK/GPUObjects/MVKDeviceMemory.mm
+2 −6 MoltenVK/MoltenVK/GPUObjects/MVKFramebuffer.mm
+4 −4 MoltenVK/MoltenVK/GPUObjects/MVKImage.h
+18 −11 MoltenVK/MoltenVK/GPUObjects/MVKImage.mm
+15 −16 MoltenVK/MoltenVK/GPUObjects/MVKInstance.mm
+33 −55 MoltenVK/MoltenVK/GPUObjects/MVKPipeline.h
+76 −35 MoltenVK/MoltenVK/GPUObjects/MVKPipeline.mm
+17 −30 MoltenVK/MoltenVK/GPUObjects/MVKPixelFormats.h
+367 −791 MoltenVK/MoltenVK/GPUObjects/MVKPixelFormats.mm
+1 −1 MoltenVK/MoltenVK/GPUObjects/MVKQueryPool.mm
+4 −0 MoltenVK/MoltenVK/GPUObjects/MVKQueue.h
+34 −9 MoltenVK/MoltenVK/GPUObjects/MVKQueue.mm
+6 −2 MoltenVK/MoltenVK/GPUObjects/MVKRenderPass.h
+15 −0 MoltenVK/MoltenVK/GPUObjects/MVKRenderPass.mm
+20 −23 MoltenVK/MoltenVK/GPUObjects/MVKShaderModule.h
+7 −6 MoltenVK/MoltenVK/GPUObjects/MVKShaderModule.mm
+1 −1 MoltenVK/MoltenVK/GPUObjects/MVKSwapchain.h
+4 −6 MoltenVK/MoltenVK/GPUObjects/MVKSwapchain.mm
+3 −11 MoltenVK/MoltenVK/GPUObjects/MVKVulkanAPIObject.h
+14 −0 MoltenVK/MoltenVK/GPUObjects/MVKVulkanAPIObject.mm
+1 −1 MoltenVK/MoltenVK/OS/MVKGPUCapture.mm
+120 −167 MoltenVK/MoltenVK/Utility/MVKBitArray.h
+4 −3 MoltenVK/MoltenVK/Utility/MVKConfigMembers.def
+12 −4 MoltenVK/MoltenVK/Utility/MVKEnvironment.h
+13 −4 MoltenVK/MoltenVK/Utility/MVKFoundation.h
+1 −1 MoltenVK/MoltenVK/Utility/MVKLogging.h
+7 −2 MoltenVK/MoltenVK/Vulkan/mvk_datatypes.mm
+12 −4 MoltenVK/MoltenVK/Vulkan/vulkan.mm
+10 −2 MoltenVKShaderConverter/MoltenVKShaderConverter.xcodeproj/project.pbxproj
+104 −0 ...VKShaderConverter/MoltenVKShaderConverter.xcodeproj/xcshareddata/xcschemes/MoltenVKShaderConverter.xcscheme
+5 −4 MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVToMSLConverter.cpp
+1 −1 MoltenVKShaderConverter/MoltenVKShaderConverterTool/MoltenVKShaderConverterTool.cpp
+11 −6 MoltenVKShaderConverter/MoltenVKShaderConverterTool/OSSupport.mm
+2 −15 README.md
+1 −1 Scripts/runcts
+ Templates/spirv-tools/build.zip
+1 −1 fetchDependencies
2 changes: 1 addition & 1 deletion build/submodules/SPIRV-Tools
Submodule SPIRV-Tools updated 189 files
3 changes: 3 additions & 0 deletions src/Assimp/Silk.NET.Assimp/Enums/TextureFlags.gen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@

namespace Silk.NET.Assimp
{
[Flags]
[NativeName("Name", "aiTextureFlags")]
public enum TextureFlags : int
{
[NativeName("Name", "")]
None = 0,
[Obsolete("Deprecated in favour of \"Invert\"")]
[NativeName("Name", "aiTextureFlags_Invert")]
TextureFlagsInvert = 0x1,
Expand Down
3 changes: 3 additions & 0 deletions src/Core/Silk.NET.Core.Win32Extras/Enums/EXTCONN.gen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@

namespace Silk.NET.Core.Win32Extras
{
[Flags]
[NativeName("Name", "tagEXTCONN")]
public enum EXTCONN : int
{
[NativeName("Name", "")]
None = 0,
[Obsolete("Deprecated in favour of \"Strong\"")]
[NativeName("Name", "EXTCONN_STRONG")]
ExtconnStrong = 0x1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Silk.NET.Core.Win32Extras
{
[NativeName("AnonymousName", "__AnonymousEnum_evntrace_L863_C9")]
[NativeName("AnonymousName", "__AnonymousEnum_evntrace_L887_C9")]
[NativeName("Name", "ETW_COMPRESSION_RESUMPTION_MODE")]
public enum EtwCompressionResumptionMode : int
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
// 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 Silk.NET.Core.Attributes;

#pragma warning disable 1591

namespace Silk.NET.Core.Win32Extras
{
[NativeName("Name", "ETW_CONTEXT_REGISTER_TYPES")]
public enum EtwContextRegisterTypes : int
{
[Obsolete("Deprecated in favour of \"None\"")]
[NativeName("Name", "EtwContextRegisterTypeNone")]
EtwContextRegisterTypeNone = 0x0,
[Obsolete("Deprecated in favour of \"Control\"")]
[NativeName("Name", "EtwContextRegisterTypeControl")]
EtwContextRegisterTypeControl = 0x1,
[Obsolete("Deprecated in favour of \"Integer\"")]
[NativeName("Name", "EtwContextRegisterTypeInteger")]
EtwContextRegisterTypeInteger = 0x2,
[NativeName("Name", "EtwContextRegisterTypeNone")]
None = 0x0,
[NativeName("Name", "EtwContextRegisterTypeControl")]
Control = 0x1,
[NativeName("Name", "EtwContextRegisterTypeInteger")]
Integer = 0x2,
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
// 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 Silk.NET.Core.Attributes;

#pragma warning disable 1591

namespace Silk.NET.Core.Win32Extras
{
[NativeName("Name", "_FILE_INFO_BY_NAME_CLASS")]
public enum FileInfoByNameClass : int
{
[NativeName("Name", "FileStatByNameInfo")]
FileStatByNameInfo = 0x0,
[NativeName("Name", "FileStatLxByNameInfo")]
FileStatLxByNameInfo = 0x1,
[NativeName("Name", "FileCaseSensitiveByNameInfo")]
FileCaseSensitiveByNameInfo = 0x2,
[NativeName("Name", "FileStatBasicByNameInfo")]
FileStatBasicByNameInfo = 0x3,
[NativeName("Name", "MaximumFileInfoByNameClass")]
MaximumFileInfoByNameClass = 0x4,
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

namespace Silk.NET.Core.Win32Extras
{
[Flags]
[NativeName("Name", "tagGLOBALOPT_EH_VALUES")]
public enum GlobalOptEHValues : int
{
Expand Down
3 changes: 3 additions & 0 deletions src/Core/Silk.NET.Core.Win32Extras/Enums/LockType.gen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@

namespace Silk.NET.Core.Win32Extras
{
[Flags]
[NativeName("Name", "tagLOCKTYPE")]
public enum LockType : int
{
[NativeName("Name", "")]
None = 0,
[Obsolete("Deprecated in favour of \"Write\"")]
[NativeName("Name", "LOCK_WRITE")]
LockWrite = 0x1,
Expand Down
3 changes: 3 additions & 0 deletions src/Core/Silk.NET.Core.Win32Extras/Enums/OLEDCFlags.gen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@

namespace Silk.NET.Core.Win32Extras
{
[Flags]
[NativeName("Name", "tagOLEDCFLAGS")]
public enum OLEDCFlags : int
{
[NativeName("Name", "")]
None = 0,
[Obsolete("Deprecated in favour of \"Nodraw\"")]
[NativeName("Name", "OLEDC_NODRAW")]
OledcNodraw = 0x1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@

namespace Silk.NET.Core.Win32Extras
{
[Flags]
[NativeName("Name", "tagPOINTERINACTIVE")]
public enum PointerInactive : int
{
[NativeName("Name", "")]
None = 0,
[Obsolete("Deprecated in favour of \"Activateonentry\"")]
[NativeName("Name", "POINTERINACTIVE_ACTIVATEONENTRY")]
PointerinactiveActivateonentry = 0x1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@

namespace Silk.NET.Core.Win32Extras
{
[Flags]
[NativeName("Name", "tagPROPPAGESTATUS")]
public enum PropPageStatus : int
{
[NativeName("Name", "")]
None = 0,
[Obsolete("Deprecated in favour of \"Dirty\"")]
[NativeName("Name", "PROPPAGESTATUS_DIRTY")]
ProppagestatusDirty = 0x1,
Expand Down
1 change: 1 addition & 0 deletions src/Core/Silk.NET.Core.Win32Extras/Enums/STGC.gen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

namespace Silk.NET.Core.Win32Extras
{
[Flags]
[NativeName("Name", "tagSTGC")]
public enum STGC : int
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ public enum TraceQueryInfoClass : int
TraceUnifiedStackCachingInfo = 0x1A,
[NativeName("Name", "TracePmcSessionInformation")]
TracePmcSessionInformation = 0x1B,
[NativeName("Name", "TraceContextRegisterInfo")]
TraceContextRegisterInfo = 0x1C,
[NativeName("Name", "MaxTraceSetInfoClass")]
MaxTraceSetInfoClass = 0x1C,
MaxTraceSetInfoClass = 0x1D,
}
}
4 changes: 2 additions & 2 deletions src/Core/Silk.NET.Core.Win32Extras/Structs/DebugEvent.gen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ public DebugEvent
[NativeName("Name", "dwThreadId")]
public uint DwThreadId;

[NativeName("Type", "union (unnamed union at C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\um\\minwinbase.h:370:5)")]
[NativeName("Type.Name", "union (unnamed union at C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\um\\minwinbase.h:370:5)")]
[NativeName("Type", "union (unnamed union at C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.26100.0\\um\\minwinbase.h:373:5)")]
[NativeName("Type.Name", "union (unnamed union at C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.26100.0\\um\\minwinbase.h:373:5)")]
[NativeName("Name", "u")]
public DebugEventU U;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
namespace Silk.NET.Core.Win32Extras
{
[StructLayout(LayoutKind.Explicit)]
[NativeName("Name", "__AnonymousRecord_minwinbase_L370_C5")]
[NativeName("Name", "__AnonymousRecord_minwinbase_L373_C5")]
public unsafe partial struct DebugEventU
{
public DebugEventU
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

namespace Silk.NET.Core.Win32Extras
{
[NativeName("AnonymousName", "__AnonymousRecord_evntrace_L1393_C9")]
[NativeName("AnonymousName", "__AnonymousRecord_evntrace_L1427_C9")]
[NativeName("Name", "ETW_PMC_SESSION_INFO")]
public unsafe partial struct ETWPMCSESSIONINFO
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ public EtwBufferCallbackInformation
}


[NativeName("Type", "TRACEHANDLE")]
[NativeName("Type.Name", "TRACEHANDLE")]
[NativeName("Type", "PROCESSTRACE_HANDLE")]
[NativeName("Type.Name", "PROCESSTRACE_HANDLE")]
[NativeName("Name", "TraceHandle")]
public ulong TraceHandle;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public EtwBufferContext


[NativeName("Type", "")]
[NativeName("Type.Name", "__AnonymousRecord_evntrace_L1307_C5")]
[NativeName("Type.Name", "__AnonymousRecord_evntrace_L1341_C5")]
[NativeName("Name", "anonymous1")]
public EtwBufferContextUnion Anonymous;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
namespace Silk.NET.Core.Win32Extras
{
[StructLayout(LayoutKind.Explicit)]
[NativeName("Name", "__AnonymousRecord_evntrace_L1307_C5")]
[NativeName("Name", "__AnonymousRecord_evntrace_L1341_C5")]
public unsafe partial struct EtwBufferContextUnion
{
public EtwBufferContextUnion
Expand Down Expand Up @@ -52,7 +52,7 @@ public EtwBufferContextUnion

[FieldOffset(0)]
[NativeName("Type", "")]
[NativeName("Type.Name", "__AnonymousRecord_evntrace_L1308_C9")]
[NativeName("Type.Name", "__AnonymousRecord_evntrace_L1342_C9")]
[NativeName("Name", "anonymous1")]
public EtwBufferContextUnionUnion Anonymous;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

namespace Silk.NET.Core.Win32Extras
{
[NativeName("Name", "__AnonymousRecord_evntrace_L1308_C9")]
[NativeName("Name", "__AnonymousRecord_evntrace_L1342_C9")]
public unsafe partial struct EtwBufferContextUnionUnion
{
public EtwBufferContextUnionUnion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public EventDataDescriptor
public uint Size;

[NativeName("Type", "")]
[NativeName("Type.Name", "__AnonymousRecord_evntprov_L182_C5")]
[NativeName("Type.Name", "__AnonymousRecord_evntprov_L183_C5")]
[NativeName("Name", "anonymous1")]
public EventDataDescriptorUnion Anonymous;
#if NETSTANDARD2_1 || NETCOREAPP3_1 || NET5_0 || NET5_0_OR_GREATER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
namespace Silk.NET.Core.Win32Extras
{
[StructLayout(LayoutKind.Explicit)]
[NativeName("Name", "__AnonymousRecord_evntprov_L182_C5")]
[NativeName("Name", "__AnonymousRecord_evntprov_L183_C5")]
public unsafe partial struct EventDataDescriptorUnion
{
public EventDataDescriptorUnion
Expand Down Expand Up @@ -64,7 +64,7 @@ public EventDataDescriptorUnion

[FieldOffset(0)]
[NativeName("Type", "")]
[NativeName("Type.Name", "__AnonymousRecord_evntprov_L184_C9")]
[NativeName("Type.Name", "__AnonymousRecord_evntprov_L185_C9")]
[NativeName("Name", "anonymous1")]
public EventDataDescriptorUnionUnion Anonymous;
#if NETSTANDARD2_1 || NETCOREAPP3_1 || NET5_0 || NET5_0_OR_GREATER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

namespace Silk.NET.Core.Win32Extras
{
[NativeName("Name", "__AnonymousRecord_evntprov_L184_C9")]
[NativeName("Name", "__AnonymousRecord_evntprov_L185_C9")]
public unsafe partial struct EventDataDescriptorUnionUnion
{
public EventDataDescriptorUnionUnion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,12 @@ public EventInstanceHeader
public ushort Size;

[NativeName("Type", "")]
[NativeName("Type.Name", "__AnonymousRecord_evntrace_L920_C5")]
[NativeName("Type.Name", "__AnonymousRecord_evntrace_L954_C5")]
[NativeName("Name", "anonymous1")]
public EventInstanceHeaderUnion1 Anonymous1;

[NativeName("Type", "")]
[NativeName("Type.Name", "__AnonymousRecord_evntrace_L927_C5")]
[NativeName("Type.Name", "__AnonymousRecord_evntrace_L961_C5")]
[NativeName("Name", "anonymous2")]
public EventInstanceHeaderUnion2 Anonymous2;

Expand Down Expand Up @@ -203,7 +203,7 @@ public EventInstanceHeader
public uint ParentInstanceId;

[NativeName("Type", "")]
[NativeName("Type.Name", "__AnonymousRecord_evntrace_L941_C5")]
[NativeName("Type.Name", "__AnonymousRecord_evntrace_L975_C5")]
[NativeName("Name", "anonymous3")]
public EventInstanceHeaderUnion3 Anonymous3;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
namespace Silk.NET.Core.Win32Extras
{
[StructLayout(LayoutKind.Explicit)]
[NativeName("Name", "__AnonymousRecord_evntrace_L920_C5")]
[NativeName("Name", "__AnonymousRecord_evntrace_L954_C5")]
public unsafe partial struct EventInstanceHeaderUnion1
{
public EventInstanceHeaderUnion1
Expand Down Expand Up @@ -58,7 +58,7 @@ public EventInstanceHeaderUnion1

[FieldOffset(0)]
[NativeName("Type", "")]
[NativeName("Type.Name", "__AnonymousRecord_evntrace_L922_C9")]
[NativeName("Type.Name", "__AnonymousRecord_evntrace_L956_C9")]
[NativeName("Name", "anonymous1")]
public EventInstanceHeaderUnion1Union Anonymous;
#if NETSTANDARD2_1 || NETCOREAPP3_1 || NET5_0 || NET5_0_OR_GREATER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

namespace Silk.NET.Core.Win32Extras
{
[NativeName("Name", "__AnonymousRecord_evntrace_L922_C9")]
[NativeName("Name", "__AnonymousRecord_evntrace_L956_C9")]
public unsafe partial struct EventInstanceHeaderUnion1Union
{
public EventInstanceHeaderUnion1Union
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
namespace Silk.NET.Core.Win32Extras
{
[StructLayout(LayoutKind.Explicit)]
[NativeName("Name", "__AnonymousRecord_evntrace_L927_C5")]
[NativeName("Name", "__AnonymousRecord_evntrace_L961_C5")]
public unsafe partial struct EventInstanceHeaderUnion2
{
public EventInstanceHeaderUnion2
Expand Down Expand Up @@ -45,8 +45,8 @@ public EventInstanceHeaderUnion2
public uint Version;

[FieldOffset(0)]
[NativeName("Type", "struct (unnamed struct at C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\shared\\evntrace.h:929:9)")]
[NativeName("Type.Name", "struct (unnamed struct at C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\shared\\evntrace.h:929:9)")]
[NativeName("Type", "struct (unnamed struct at C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.26100.0\\shared\\evntrace.h:963:9)")]
[NativeName("Type.Name", "struct (unnamed struct at C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.26100.0\\shared\\evntrace.h:963:9)")]
[NativeName("Name", "Class")]
public EventInstanceHeaderUnion2Class Class;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

namespace Silk.NET.Core.Win32Extras
{
[NativeName("Name", "__AnonymousRecord_evntrace_L929_C9")]
[NativeName("Name", "__AnonymousRecord_evntrace_L963_C9")]
public unsafe partial struct EventInstanceHeaderUnion2Class
{
public EventInstanceHeaderUnion2Class
Expand Down
Loading
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy