mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-15 00:26:03 +08:00
Generator: Correct vtable for some WIC types.
This commit is contained in:
@@ -1012,6 +1012,7 @@ public unsafe partial struct ID2D1DeviceContext6 : ID2D1DeviceContext6.Interface
|
||||
{
|
||||
((delegate* unmanaged[Stdcall]<ID2D1DeviceContext6*, ID2D1Image*, Common.BlendMode, System.Drawing.PointF*, Common.RectF*, InterpolationMode, void>)(lpVtbl[119]))((ID2D1DeviceContext6*)Unsafe.AsPointer(ref this), image, blendMode, targetOffset, imageRectangle, interpolationMode);
|
||||
}
|
||||
|
||||
public interface Interface : ID2D1DeviceContext5.Interface
|
||||
{
|
||||
[VtblIndex(119)]
|
||||
|
||||
Reference in New Issue
Block a user