mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-15 00:26:03 +08:00
Update metadata to 39.0.18-preview
Generator: Add initial Interface generation.
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Win32.Graphics.Direct3D11;
|
||||
[Guid("0c711683-2853-4846-9bb0-f3e60639e46a")]
|
||||
[NativeTypeName("struct ID3D11Texture3D1 : ID3D11Texture3D")]
|
||||
[NativeInheritance("ID3D11Texture3D")]
|
||||
public unsafe partial struct ID3D11Texture3D1 : INativeGuid
|
||||
public unsafe partial struct ID3D11Texture3D1 : ID3D11Texture3D1.Interface, INativeGuid
|
||||
{
|
||||
public static ref readonly Guid IID_ID3D11Texture3D1
|
||||
{
|
||||
@@ -145,5 +145,10 @@ public unsafe partial struct ID3D11Texture3D1 : INativeGuid
|
||||
{
|
||||
((delegate* unmanaged[Stdcall]<ID3D11Texture3D1*, Texture3DDescription1*, void>)(lpVtbl[11]))((ID3D11Texture3D1*)Unsafe.AsPointer(ref this), pDesc);
|
||||
}
|
||||
public interface Interface : ID3D11Texture3D.Interface
|
||||
{
|
||||
[VtblIndex(11)]
|
||||
void GetDesc1(Texture3DDescription1* pDesc);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user