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:
@@ -273,6 +273,7 @@ public unsafe partial struct ID2D1Factory2 : ID2D1Factory2.Interface, INativeGui
|
||||
{
|
||||
return ((delegate* unmanaged[Stdcall]<ID2D1Factory2*, Graphics.Dxgi.IDXGIDevice*, ID2D1Device1**, int>)(lpVtbl[27]))((ID2D1Factory2*)Unsafe.AsPointer(ref this), dxgiDevice, d2dDevice1);
|
||||
}
|
||||
|
||||
public interface Interface : ID2D1Factory1.Interface
|
||||
{
|
||||
[VtblIndex(27)]
|
||||
|
||||
Reference in New Issue
Block a user