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.Dxgi;
|
||||
[Guid("035f3ab4-482e-4e50-b41f-8a7f8bd8960b")]
|
||||
[NativeTypeName("struct IDXGIResource : IDXGIDeviceSubObject")]
|
||||
[NativeInheritance("IDXGIDeviceSubObject")]
|
||||
public unsafe partial struct IDXGIResource : INativeGuid
|
||||
public unsafe partial struct IDXGIResource : IDXGIResource.Interface, INativeGuid
|
||||
{
|
||||
public static ref readonly Guid IID_IDXGIResource
|
||||
{
|
||||
@@ -145,5 +145,19 @@ public unsafe partial struct IDXGIResource : INativeGuid
|
||||
{
|
||||
return ((delegate* unmanaged[Stdcall]<IDXGIResource*, uint*, int>)(lpVtbl[11]))((IDXGIResource*)Unsafe.AsPointer(ref this), pEvictionPriority);
|
||||
}
|
||||
public interface Interface : IDXGIDeviceSubObject.Interface
|
||||
{
|
||||
[VtblIndex(8)]
|
||||
HResult GetSharedHandle(Handle* pSharedHandle);
|
||||
|
||||
[VtblIndex(9)]
|
||||
HResult GetUsage(Usage* pUsage);
|
||||
|
||||
[VtblIndex(10)]
|
||||
HResult SetEvictionPriority(ResourcePriority EvictionPriority);
|
||||
|
||||
[VtblIndex(11)]
|
||||
HResult GetEvictionPriority(uint* pEvictionPriority);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user