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:
@@ -121,6 +121,7 @@ public unsafe partial struct ID3D12CommandList : ID3D12CommandList.Interface, IN
|
||||
{
|
||||
return ((delegate* unmanaged[Stdcall]<ID3D12CommandList*, CommandListType>)(lpVtbl[8]))((ID3D12CommandList*)Unsafe.AsPointer(ref this));
|
||||
}
|
||||
|
||||
public interface Interface : ID3D12DeviceChild.Interface
|
||||
{
|
||||
[VtblIndex(8)]
|
||||
|
||||
Reference in New Issue
Block a user