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:
@@ -153,6 +153,7 @@ public unsafe partial struct IDWriteBitmapRenderTarget1 : IDWriteBitmapRenderTar
|
||||
{
|
||||
return ((delegate* unmanaged[Stdcall]<IDWriteBitmapRenderTarget1*, TextAntialiasMode, int>)(lpVtbl[12]))((IDWriteBitmapRenderTarget1*)Unsafe.AsPointer(ref this), antialiasMode);
|
||||
}
|
||||
|
||||
public interface Interface : IDWriteBitmapRenderTarget.Interface
|
||||
{
|
||||
[VtblIndex(11)]
|
||||
|
||||
Reference in New Issue
Block a user