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("3d3e0379-f9de-4d58-bb6c-18d62992f1a6")]
|
||||
[NativeTypeName("struct IDXGIDeviceSubObject : IDXGIObject")]
|
||||
[NativeInheritance("IDXGIObject")]
|
||||
public unsafe partial struct IDXGIDeviceSubObject : INativeGuid
|
||||
public unsafe partial struct IDXGIDeviceSubObject : IDXGIDeviceSubObject.Interface, INativeGuid
|
||||
{
|
||||
public static ref readonly Guid IID_IDXGIDeviceSubObject
|
||||
{
|
||||
@@ -113,5 +113,10 @@ public unsafe partial struct IDXGIDeviceSubObject : INativeGuid
|
||||
{
|
||||
return ((delegate* unmanaged[Stdcall]<IDXGIDeviceSubObject*, Guid*, void**, int>)(lpVtbl[7]))((IDXGIDeviceSubObject*)Unsafe.AsPointer(ref this), riid, ppDevice);
|
||||
}
|
||||
public interface Interface : IDXGIObject.Interface
|
||||
{
|
||||
[VtblIndex(7)]
|
||||
HResult GetDevice(Guid* riid, void** ppDevice);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user