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.Direct2D;
|
||||
[Guid("a898a84c-3873-4588-b08b-ebbf978df041")]
|
||||
[NativeTypeName("struct ID2D1Bitmap1 : ID2D1Bitmap")]
|
||||
[NativeInheritance("ID2D1Bitmap")]
|
||||
public unsafe partial struct ID2D1Bitmap1 : INativeGuid
|
||||
public unsafe partial struct ID2D1Bitmap1 : ID2D1Bitmap1.Interface, INativeGuid
|
||||
{
|
||||
public static ref readonly Guid IID_ID2D1Bitmap1
|
||||
{
|
||||
@@ -180,5 +180,22 @@ public unsafe partial struct ID2D1Bitmap1 : INativeGuid
|
||||
{
|
||||
return ((delegate* unmanaged[Stdcall]<ID2D1Bitmap1*, int>)(lpVtbl[15]))((ID2D1Bitmap1*)Unsafe.AsPointer(ref this));
|
||||
}
|
||||
public interface Interface : ID2D1Bitmap.Interface
|
||||
{
|
||||
[VtblIndex(11)]
|
||||
void GetColorContext(ID2D1ColorContext** colorContext);
|
||||
|
||||
[VtblIndex(12)]
|
||||
BitmapOptions GetOptions();
|
||||
|
||||
[VtblIndex(13)]
|
||||
HResult GetSurface(Graphics.Dxgi.IDXGISurface** dxgiSurface);
|
||||
|
||||
[VtblIndex(14)]
|
||||
HResult Map(MapOptions options, MappedRect* mappedRect);
|
||||
|
||||
[VtblIndex(15)]
|
||||
HResult Unmap();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user