mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 16:16:04 +08:00
Generator: Correct vtable for some WIC types.
This commit is contained in:
@@ -241,6 +241,7 @@ public unsafe partial struct ID3D11VideoDevice1 : ID3D11VideoDevice1.Interface,
|
||||
{
|
||||
return ((delegate* unmanaged[Stdcall]<ID3D11VideoDevice1*, VideoDecoderDescription*, Graphics.Dxgi.Common.ColorSpaceType, VideoDecoderConfig*, Graphics.Dxgi.Common.Rational*, VideoSampleDescription*, int>)(lpVtbl[23]))((ID3D11VideoDevice1*)Unsafe.AsPointer(ref this), pInputDesc, InputColorSpace, pInputConfig, pFrameRate, pRecommendedOutputDesc);
|
||||
}
|
||||
|
||||
public interface Interface : ID3D11VideoDevice.Interface
|
||||
{
|
||||
[VtblIndex(20)]
|
||||
|
||||
Reference in New Issue
Block a user