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("770aae78-f26f-4dba-a829-253c83d1b387")]
|
||||
[NativeTypeName("struct IDXGIFactory1 : IDXGIFactory")]
|
||||
[NativeInheritance("IDXGIFactory")]
|
||||
public unsafe partial struct IDXGIFactory1 : INativeGuid
|
||||
public unsafe partial struct IDXGIFactory1 : IDXGIFactory1.Interface, INativeGuid
|
||||
{
|
||||
public static ref readonly Guid IID_IDXGIFactory1
|
||||
{
|
||||
@@ -161,5 +161,13 @@ public unsafe partial struct IDXGIFactory1 : INativeGuid
|
||||
{
|
||||
return ((delegate* unmanaged[Stdcall]<IDXGIFactory1*, Bool32>)(lpVtbl[13]))((IDXGIFactory1*)Unsafe.AsPointer(ref this));
|
||||
}
|
||||
public interface Interface : IDXGIFactory.Interface
|
||||
{
|
||||
[VtblIndex(12)]
|
||||
HResult EnumAdapters1(uint Adapter, IDXGIAdapter1** ppAdapter);
|
||||
|
||||
[VtblIndex(13)]
|
||||
Bool32 IsCurrent();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user