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:
@@ -729,6 +729,7 @@ public unsafe partial struct ID3D11VideoContext3 : ID3D11VideoContext3.Interface
|
||||
{
|
||||
return ((delegate* unmanaged[Stdcall]<ID3D11VideoContext3*, ID3D11VideoDecoder*, uint, VideoDecoderBufferDescription2*, int>)(lpVtbl[84]))((ID3D11VideoContext3*)Unsafe.AsPointer(ref this), pDecoder, NumBuffers, pBufferDesc);
|
||||
}
|
||||
|
||||
public interface Interface : ID3D11VideoContext2.Interface
|
||||
{
|
||||
[VtblIndex(83)]
|
||||
|
||||
Reference in New Issue
Block a user