Update metadata to 39.0.18-preview

Generator: Add initial Interface generation.
This commit is contained in:
Amer Koleci
2022-12-01 16:26:51 +01:00
parent b04caed143
commit 61295b00a2
572 changed files with 48214 additions and 887 deletions

View File

@@ -14,7 +14,7 @@ namespace Win32.Graphics.Direct3D11;
[Guid("f582c508-0f36-490c-9977-31eece268cfa")]
[NativeTypeName("struct ID3D11DomainShader : ID3D11DeviceChild")]
[NativeInheritance("ID3D11DeviceChild")]
public unsafe partial struct ID3D11DomainShader : INativeGuid
public unsafe partial struct ID3D11DomainShader : ID3D11DomainShader.Interface, INativeGuid
{
public static ref readonly Guid IID_ID3D11DomainShader
{
@@ -105,5 +105,8 @@ public unsafe partial struct ID3D11DomainShader : INativeGuid
{
return ((delegate* unmanaged[Stdcall]<ID3D11DomainShader*, Guid*, IUnknown*, int>)(lpVtbl[6]))((ID3D11DomainShader*)Unsafe.AsPointer(ref this), guid, pData);
}
public interface Interface : ID3D11DeviceChild.Interface
{
}
}