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("577ad2a0-9fc7-4dda-8b18-dab810140052")]
|
||||
[NativeTypeName("struct ID2D1EffectContext2 : ID2D1EffectContext1")]
|
||||
[NativeInheritance("ID2D1EffectContext1")]
|
||||
public unsafe partial struct ID2D1EffectContext2 : INativeGuid
|
||||
public unsafe partial struct ID2D1EffectContext2 : ID2D1EffectContext2.Interface, INativeGuid
|
||||
{
|
||||
public static ref readonly Guid IID_ID2D1EffectContext2
|
||||
{
|
||||
@@ -265,5 +265,13 @@ public unsafe partial struct ID2D1EffectContext2 : INativeGuid
|
||||
{
|
||||
return ((delegate* unmanaged[Stdcall]<ID2D1EffectContext2*, SimpleColorProfile*, ID2D1ColorContext1**, int>)(lpVtbl[26]))((ID2D1EffectContext2*)Unsafe.AsPointer(ref this), simpleProfile, colorContext);
|
||||
}
|
||||
public interface Interface : ID2D1EffectContext1.Interface
|
||||
{
|
||||
[VtblIndex(25)]
|
||||
HResult CreateColorContextFromDxgiColorSpace(Graphics.Dxgi.Common.ColorSpaceType colorSpace, ID2D1ColorContext1** colorContext);
|
||||
|
||||
[VtblIndex(26)]
|
||||
HResult CreateColorContextFromSimpleColorProfile(SimpleColorProfile* simpleProfile, ID2D1ColorContext1** colorContext);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user