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:
@@ -193,6 +193,7 @@ public unsafe partial struct ID2D1EllipseGeometry : ID2D1EllipseGeometry.Interfa
|
||||
{
|
||||
((delegate* unmanaged[Stdcall]<ID2D1EllipseGeometry*, Ellipse*, void>)(lpVtbl[17]))((ID2D1EllipseGeometry*)Unsafe.AsPointer(ref this), ellipse);
|
||||
}
|
||||
|
||||
public interface Interface : ID2D1Geometry.Interface
|
||||
{
|
||||
[VtblIndex(17)]
|
||||
|
||||
Reference in New Issue
Block a user