mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 08:06:02 +08:00
Generator: Correct vtable for some WIC types.
This commit is contained in:
@@ -97,6 +97,7 @@ public unsafe partial struct ID2D1ImageSource : ID2D1ImageSource.Interface, INat
|
||||
{
|
||||
return ((delegate* unmanaged[Stdcall]<ID2D1ImageSource*, Bool32*, int>)(lpVtbl[5]))((ID2D1ImageSource*)Unsafe.AsPointer(ref this), resourcesDiscarded);
|
||||
}
|
||||
|
||||
public interface Interface : ID2D1Image.Interface
|
||||
{
|
||||
[VtblIndex(4)]
|
||||
|
||||
Reference in New Issue
Block a user