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.Dxgi;
|
||||
[Guid("aba496dd-b617-4cb8-a866-bc44d7eb1fa2")]
|
||||
[NativeTypeName("struct IDXGISurface2 : IDXGISurface1")]
|
||||
[NativeInheritance("IDXGISurface1")]
|
||||
public unsafe partial struct IDXGISurface2 : INativeGuid
|
||||
public unsafe partial struct IDXGISurface2 : IDXGISurface2.Interface, INativeGuid
|
||||
{
|
||||
public static ref readonly Guid IID_IDXGISurface2
|
||||
{
|
||||
@@ -161,5 +161,10 @@ public unsafe partial struct IDXGISurface2 : INativeGuid
|
||||
{
|
||||
return ((delegate* unmanaged[Stdcall]<IDXGISurface2*, Guid*, void**, uint*, int>)(lpVtbl[13]))((IDXGISurface2*)Unsafe.AsPointer(ref this), riid, ppParentResource, pSubresourceIndex);
|
||||
}
|
||||
public interface Interface : IDXGISurface1.Interface
|
||||
{
|
||||
[VtblIndex(13)]
|
||||
HResult GetResource(Guid* riid, void** ppParentResource, uint* pSubresourceIndex);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user