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:
@@ -145,6 +145,7 @@ public unsafe partial struct ID3D11Texture3D1 : ID3D11Texture3D1.Interface, INat
|
||||
{
|
||||
((delegate* unmanaged[Stdcall]<ID3D11Texture3D1*, Texture3DDescription1*, void>)(lpVtbl[11]))((ID3D11Texture3D1*)Unsafe.AsPointer(ref this), pDesc);
|
||||
}
|
||||
|
||||
public interface Interface : ID3D11Texture3D.Interface
|
||||
{
|
||||
[VtblIndex(11)]
|
||||
|
||||
Reference in New Issue
Block a user