@@ -322,7 +322,7 @@ public static unsafe int CreateDevice(this ComPtr<IDirect3D9Ex> thisVtbl, uint A
322322 }
323323
324324 /// <summary>To be documented.</summary>
325- public static unsafe uint GetAdapterModeCountEx ( this ComPtr < IDirect3D9Ex > thisVtbl , uint Adapter , [ Flow ( FlowDirection . In ) ] Displaymodefilter * pFilter )
325+ public static unsafe uint GetAdapterModeCountEx ( this ComPtr < IDirect3D9Ex > thisVtbl , uint Adapter , [ Flow ( Silk . NET . Core . Native . FlowDirection . In ) ] Displaymodefilter * pFilter )
326326 {
327327 var @this = thisVtbl . Handle ;
328328 uint ret = default ;
@@ -331,7 +331,7 @@ public static unsafe uint GetAdapterModeCountEx(this ComPtr<IDirect3D9Ex> thisVt
331331 }
332332
333333 /// <summary>To be documented.</summary>
334- public static uint GetAdapterModeCountEx ( this ComPtr < IDirect3D9Ex > thisVtbl , uint Adapter , [ Flow ( FlowDirection . In ) ] in Displaymodefilter pFilter )
334+ public static uint GetAdapterModeCountEx ( this ComPtr < IDirect3D9Ex > thisVtbl , uint Adapter , [ Flow ( Silk . NET . Core . Native . FlowDirection . In ) ] in Displaymodefilter pFilter )
335335 {
336336 var @this = thisVtbl . Handle ;
337337 uint ret = default ;
@@ -343,7 +343,7 @@ public static uint GetAdapterModeCountEx(this ComPtr<IDirect3D9Ex> thisVtbl, uin
343343 }
344344
345345 /// <summary>To be documented.</summary>
346- public static unsafe int EnumAdapterModesEx ( this ComPtr < IDirect3D9Ex > thisVtbl , uint Adapter , [ Flow ( FlowDirection . In ) ] Displaymodefilter * pFilter , uint Mode , Displaymodeex * pMode )
346+ public static unsafe int EnumAdapterModesEx ( this ComPtr < IDirect3D9Ex > thisVtbl , uint Adapter , [ Flow ( Silk . NET . Core . Native . FlowDirection . In ) ] Displaymodefilter * pFilter , uint Mode , Displaymodeex * pMode )
347347 {
348348 var @this = thisVtbl . Handle ;
349349 int ret = default ;
@@ -352,7 +352,7 @@ public static unsafe int EnumAdapterModesEx(this ComPtr<IDirect3D9Ex> thisVtbl,
352352 }
353353
354354 /// <summary>To be documented.</summary>
355- public static unsafe int EnumAdapterModesEx ( this ComPtr < IDirect3D9Ex > thisVtbl , uint Adapter , [ Flow ( FlowDirection . In ) ] Displaymodefilter * pFilter , uint Mode , ref Displaymodeex pMode )
355+ public static unsafe int EnumAdapterModesEx ( this ComPtr < IDirect3D9Ex > thisVtbl , uint Adapter , [ Flow ( Silk . NET . Core . Native . FlowDirection . In ) ] Displaymodefilter * pFilter , uint Mode , ref Displaymodeex pMode )
356356 {
357357 var @this = thisVtbl . Handle ;
358358 int ret = default ;
@@ -364,7 +364,7 @@ public static unsafe int EnumAdapterModesEx(this ComPtr<IDirect3D9Ex> thisVtbl,
364364 }
365365
366366 /// <summary>To be documented.</summary>
367- public static unsafe int EnumAdapterModesEx ( this ComPtr < IDirect3D9Ex > thisVtbl , uint Adapter , [ Flow ( FlowDirection . In ) ] in Displaymodefilter pFilter , uint Mode , Displaymodeex * pMode )
367+ public static unsafe int EnumAdapterModesEx ( this ComPtr < IDirect3D9Ex > thisVtbl , uint Adapter , [ Flow ( Silk . NET . Core . Native . FlowDirection . In ) ] in Displaymodefilter pFilter , uint Mode , Displaymodeex * pMode )
368368 {
369369 var @this = thisVtbl . Handle ;
370370 int ret = default ;
@@ -376,7 +376,7 @@ public static unsafe int EnumAdapterModesEx(this ComPtr<IDirect3D9Ex> thisVtbl,
376376 }
377377
378378 /// <summary>To be documented.</summary>
379- public static int EnumAdapterModesEx ( this ComPtr < IDirect3D9Ex > thisVtbl , uint Adapter , [ Flow ( FlowDirection . In ) ] in Displaymodefilter pFilter , uint Mode , ref Displaymodeex pMode )
379+ public static int EnumAdapterModesEx ( this ComPtr < IDirect3D9Ex > thisVtbl , uint Adapter , [ Flow ( Silk . NET . Core . Native . FlowDirection . In ) ] in Displaymodefilter pFilter , uint Mode , ref Displaymodeex pMode )
380380 {
381381 var @this = thisVtbl . Handle ;
382382 int ret = default ;
@@ -673,31 +673,31 @@ public static unsafe int CreateDevice(this ComPtr<IDirect3D9Ex> thisVtbl, uint A
673673 }
674674
675675 /// <summary>To be documented.</summary>
676- public static uint GetAdapterModeCountEx ( this ComPtr < IDirect3D9Ex > thisVtbl , uint Adapter , [ Flow ( FlowDirection . In ) ] ReadOnlySpan < Displaymodefilter > pFilter )
676+ public static uint GetAdapterModeCountEx ( this ComPtr < IDirect3D9Ex > thisVtbl , uint Adapter , [ Flow ( Silk . NET . Core . Native . FlowDirection . In ) ] ReadOnlySpan < Displaymodefilter > pFilter )
677677 {
678678 var @this = thisVtbl . Handle ;
679679 // SpanOverloader
680680 return @this ->GetAdapterModeCountEx ( Adapter , in pFilter . GetPinnableReference ( ) ) ;
681681 }
682682
683683 /// <summary>To be documented.</summary>
684- public static unsafe int EnumAdapterModesEx ( this ComPtr < IDirect3D9Ex > thisVtbl , uint Adapter , [ Flow ( FlowDirection . In ) ] Displaymodefilter * pFilter , uint Mode , Span < Displaymodeex > pMode )
684+ public static unsafe int EnumAdapterModesEx ( this ComPtr < IDirect3D9Ex > thisVtbl , uint Adapter , [ Flow ( Silk . NET . Core . Native . FlowDirection . In ) ] Displaymodefilter * pFilter , uint Mode , Span < Displaymodeex > pMode )
685685 {
686686 var @this = thisVtbl . Handle ;
687687 // SpanOverloader
688688 return @this ->EnumAdapterModesEx ( Adapter , pFilter , Mode , ref pMode . GetPinnableReference ( ) ) ;
689689 }
690690
691691 /// <summary>To be documented.</summary>
692- public static unsafe int EnumAdapterModesEx ( this ComPtr < IDirect3D9Ex > thisVtbl , uint Adapter , [ Flow ( FlowDirection . In ) ] ReadOnlySpan < Displaymodefilter > pFilter , uint Mode , Displaymodeex * pMode )
692+ public static unsafe int EnumAdapterModesEx ( this ComPtr < IDirect3D9Ex > thisVtbl , uint Adapter , [ Flow ( Silk . NET . Core . Native . FlowDirection . In ) ] ReadOnlySpan < Displaymodefilter > pFilter , uint Mode , Displaymodeex * pMode )
693693 {
694694 var @this = thisVtbl . Handle ;
695695 // SpanOverloader
696696 return @this ->EnumAdapterModesEx ( Adapter , in pFilter . GetPinnableReference ( ) , Mode , pMode ) ;
697697 }
698698
699699 /// <summary>To be documented.</summary>
700- public static int EnumAdapterModesEx ( this ComPtr < IDirect3D9Ex > thisVtbl , uint Adapter , [ Flow ( FlowDirection . In ) ] ReadOnlySpan < Displaymodefilter > pFilter , uint Mode , Span < Displaymodeex > pMode )
700+ public static int EnumAdapterModesEx ( this ComPtr < IDirect3D9Ex > thisVtbl , uint Adapter , [ Flow ( Silk . NET . Core . Native . FlowDirection . In ) ] ReadOnlySpan < Displaymodefilter > pFilter , uint Mode , Span < Displaymodeex > pMode )
701701 {
702702 var @this = thisVtbl . Handle ;
703703 // SpanOverloader
0 commit comments