Update bindings to metadata 64.0.22-preview, bump version to 2.3.0

This commit is contained in:
Amer Koleci
2025-10-03 15:58:24 +02:00
parent 6480e93159
commit 9b291458d8
639 changed files with 10787 additions and 2557 deletions

View File

@@ -0,0 +1,21 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
// ------------------------------------------------------------------------------
namespace Win32.Graphics.Direct3D;
/// <include file='../Direct3D.xml' path='doc/member[@name="D3D_SHADER_MACRO"]/*' />
/// <unmanaged>D3D_SHADER_MACRO</unmanaged>
public partial struct ShaderMacro
{
/// <include file='../Direct3D.xml' path='doc/member[@name="D3D_SHADER_MACRO::Name"]/*' />
public unsafe byte* Name;
/// <include file='../Direct3D.xml' path='doc/member[@name="D3D_SHADER_MACRO::Definition"]/*' />
public unsafe byte* Definition;
}