mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 16:16:04 +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("037e866e-f56d-4357-a8af-9dabbe6e250e")]
|
||||
[NativeTypeName("struct ID3D11Texture3D : ID3D11Resource")]
|
||||
[NativeInheritance("ID3D11Resource")]
|
||||
public unsafe partial struct ID3D11Texture3D : INativeGuid
|
||||
public unsafe partial struct ID3D11Texture3D : ID3D11Texture3D.Interface, INativeGuid
|
||||
{
|
||||
public static ref readonly Guid IID_ID3D11Texture3D
|
||||
{
|
||||
@@ -137,5 +137,10 @@ public unsafe partial struct ID3D11Texture3D : INativeGuid
|
||||
{
|
||||
((delegate* unmanaged[Stdcall]<ID3D11Texture3D*, Texture3DDescription*, void>)(lpVtbl[10]))((ID3D11Texture3D*)Unsafe.AsPointer(ref this), pDesc);
|
||||
}
|
||||
public interface Interface : ID3D11Resource.Interface
|
||||
{
|
||||
[VtblIndex(10)]
|
||||
void GetDesc(Texture3DDescription* pDesc);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user