@@ -258,7 +258,7 @@ public static unsafe int CreateBitmapFromWicBitmap(this ComPtr<ID2D1BitmapRender
258258 }
259259
260260 /// <summary>To be documented.</summary>
261- public static unsafe int CreateSharedBitmap ( this ComPtr < ID2D1BitmapRenderTarget > thisVtbl , Guid * riid , void * data , [ Flow ( FlowDirection . In ) ] BitmapProperties * bitmapProperties , ID2D1Bitmap * * bitmap )
261+ public static unsafe int CreateSharedBitmap ( this ComPtr < ID2D1BitmapRenderTarget > thisVtbl , Guid * riid , void * data , [ Flow ( Silk . NET . Core . Native . FlowDirection . In ) ] BitmapProperties * bitmapProperties , ID2D1Bitmap * * bitmap )
262262 {
263263 var @this = thisVtbl . Handle ;
264264 int ret = default ;
@@ -2683,7 +2683,7 @@ public static unsafe void DrawTextA(this ComPtr<ID2D1BitmapRenderTarget> thisVtb
26832683 }
26842684
26852685 /// <summary>To be documented.</summary>
2686- public static unsafe void DrawTextA ( this ComPtr < ID2D1BitmapRenderTarget > thisVtbl , [ Flow ( FlowDirection . In ) ] in char @string , uint stringLength , IDWriteTextFormat * textFormat , [ Flow ( FlowDirection . In ) ] Silk . NET . Maths . Box2D < float > * layoutRect , ID2D1Brush * defaultFillBrush , DrawTextOptions options , DwriteMeasuringMode measuringMode )
2686+ public static unsafe void DrawTextA ( this ComPtr < ID2D1BitmapRenderTarget > thisVtbl , [ Flow ( Silk . NET . Core . Native . FlowDirection . In ) ] in char @string , uint stringLength , IDWriteTextFormat * textFormat , [ Flow ( Silk . NET . Core . Native . FlowDirection . In ) ] Silk . NET . Maths . Box2D < float > * layoutRect , ID2D1Brush * defaultFillBrush , DrawTextOptions options , DwriteMeasuringMode measuringMode )
26872687 {
26882688 var @this = thisVtbl . Handle ;
26892689 fixed ( char * @stringPtr = & @string )
@@ -2735,7 +2735,7 @@ public static unsafe void DrawTextA(this ComPtr<ID2D1BitmapRenderTarget> thisVtb
27352735 }
27362736
27372737 /// <summary>To be documented.</summary>
2738- public static unsafe void DrawTextA ( this ComPtr < ID2D1BitmapRenderTarget > thisVtbl , [ Flow ( FlowDirection . In ) , UnmanagedType ( Silk . NET . Core . Native . UnmanagedType . LPUTF8Str ) ] string @string , uint stringLength , IDWriteTextFormat * textFormat , [ Flow ( FlowDirection . In ) ] Silk . NET . Maths . Box2D < float > * layoutRect , ID2D1Brush * defaultFillBrush , DrawTextOptions options , DwriteMeasuringMode measuringMode )
2738+ public static unsafe void DrawTextA ( this ComPtr < ID2D1BitmapRenderTarget > thisVtbl , [ Flow ( Silk . NET . Core . Native . FlowDirection . In ) , UnmanagedType ( Silk . NET . Core . Native . UnmanagedType . LPUTF8Str ) ] string @string , uint stringLength , IDWriteTextFormat * textFormat , [ Flow ( Silk . NET . Core . Native . FlowDirection . In ) ] Silk . NET . Maths . Box2D < float > * layoutRect , ID2D1Brush * defaultFillBrush , DrawTextOptions options , DwriteMeasuringMode measuringMode )
27392739 {
27402740 var @this = thisVtbl . Handle ;
27412741 var @stringPtr = ( byte * ) SilkMarshal . StringToPtr ( @string , NativeStringEncoding . UTF8 ) ;
@@ -2800,7 +2800,7 @@ public static unsafe void DrawTextLayout(this ComPtr<ID2D1BitmapRenderTarget> th
28002800 }
28012801
28022802 /// <summary>To be documented.</summary>
2803- public static unsafe void DrawGlyphRun ( this ComPtr < ID2D1BitmapRenderTarget > thisVtbl , Silk . NET . Maths . Vector2D < float > baselineOrigin , [ Flow ( FlowDirection . In ) ] DwriteGlyphRun * glyphRun , ID2D1Brush * foregroundBrush , DwriteMeasuringMode measuringMode )
2803+ public static unsafe void DrawGlyphRun ( this ComPtr < ID2D1BitmapRenderTarget > thisVtbl , Silk . NET . Maths . Vector2D < float > baselineOrigin , [ Flow ( Silk . NET . Core . Native . FlowDirection . In ) ] DwriteGlyphRun * glyphRun , ID2D1Brush * foregroundBrush , DwriteMeasuringMode measuringMode )
28042804 {
28052805 var @this = thisVtbl . Handle ;
28062806 ( ( delegate * unmanaged[ Stdcall] < ID2D1BitmapRenderTarget * , Silk . NET . Maths . Vector2D < float > , DwriteGlyphRun * , ID2D1Brush * , DwriteMeasuringMode , void > ) @this ->LpVtbl [ 29 ] ) ( @this , baselineOrigin , glyphRun , foregroundBrush , measuringMode ) ;
@@ -2817,7 +2817,7 @@ public static unsafe void DrawGlyphRun(this ComPtr<ID2D1BitmapRenderTarget> this
28172817 }
28182818
28192819 /// <summary>To be documented.</summary>
2820- public static unsafe void SetTransform ( this ComPtr < ID2D1BitmapRenderTarget > thisVtbl , [ Flow ( FlowDirection . In ) ] Silk . NET . Maths . Matrix3X2 < float > * transform )
2820+ public static unsafe void SetTransform ( this ComPtr < ID2D1BitmapRenderTarget > thisVtbl , [ Flow ( Silk . NET . Core . Native . FlowDirection . In ) ] Silk . NET . Maths . Matrix3X2 < float > * transform )
28212821 {
28222822 var @this = thisVtbl . Handle ;
28232823 ( ( delegate * unmanaged[ Stdcall] < ID2D1BitmapRenderTarget * , Silk . NET . Maths . Matrix3X2 < float > * , void > ) @this ->LpVtbl [ 30 ] ) ( @this , transform ) ;
@@ -3455,7 +3455,7 @@ public static unsafe int CreateBitmapFromWicBitmap(this ComPtr<ID2D1BitmapRender
34553455 }
34563456
34573457 /// <summary>To be documented.</summary>
3458- public static unsafe int CreateSharedBitmap < TI0 > ( this ComPtr < ID2D1BitmapRenderTarget > thisVtbl , Guid * riid , void * data , [ Flow ( FlowDirection . In ) ] BitmapProperties * bitmapProperties , ref ComPtr < TI0 > bitmap ) where TI0 : unmanaged, IComVtbl < ID2D1Bitmap > , IComVtbl < TI0 >
3458+ public static unsafe int CreateSharedBitmap < TI0 > ( this ComPtr < ID2D1BitmapRenderTarget > thisVtbl , Guid * riid , void * data , [ Flow ( Silk . NET . Core . Native . FlowDirection . In ) ] BitmapProperties * bitmapProperties , ref ComPtr < TI0 > bitmap ) where TI0 : unmanaged, IComVtbl < ID2D1Bitmap > , IComVtbl < TI0 >
34593459 {
34603460 var @this = thisVtbl . Handle ;
34613461 // ComPtrOverloader
@@ -5679,7 +5679,7 @@ public static unsafe void DrawTextA(this ComPtr<ID2D1BitmapRenderTarget> thisVtb
56795679 }
56805680
56815681 /// <summary>To be documented.</summary>
5682- public static unsafe void DrawTextA ( this ComPtr < ID2D1BitmapRenderTarget > thisVtbl , [ Flow ( FlowDirection . In ) ] ReadOnlySpan < char > @string , uint stringLength , IDWriteTextFormat * textFormat , [ Flow ( FlowDirection . In ) ] Silk . NET . Maths . Box2D < float > * layoutRect , ID2D1Brush * defaultFillBrush , DrawTextOptions options , DwriteMeasuringMode measuringMode )
5682+ public static unsafe void DrawTextA ( this ComPtr < ID2D1BitmapRenderTarget > thisVtbl , [ Flow ( Silk . NET . Core . Native . FlowDirection . In ) ] ReadOnlySpan < char > @string , uint stringLength , IDWriteTextFormat * textFormat , [ Flow ( Silk . NET . Core . Native . FlowDirection . In ) ] Silk . NET . Maths . Box2D < float > * layoutRect , ID2D1Brush * defaultFillBrush , DrawTextOptions options , DwriteMeasuringMode measuringMode )
56835683 {
56845684 var @this = thisVtbl . Handle ;
56855685 // SpanOverloader
@@ -5727,7 +5727,7 @@ public static unsafe void DrawTextA(this ComPtr<ID2D1BitmapRenderTarget> thisVtb
57275727 }
57285728
57295729 /// <summary>To be documented.</summary>
5730- public static unsafe void DrawTextA < TI0 > ( this ComPtr < ID2D1BitmapRenderTarget > thisVtbl , [ Flow ( FlowDirection . In ) , UnmanagedType ( Silk . NET . Core . Native . UnmanagedType . LPUTF8Str ) ] string @string , uint stringLength , IDWriteTextFormat * textFormat , [ Flow ( FlowDirection . In ) ] Silk . NET . Maths . Box2D < float > * layoutRect , ComPtr < TI0 > defaultFillBrush , DrawTextOptions options , DwriteMeasuringMode measuringMode ) where TI0 : unmanaged, IComVtbl < ID2D1Brush > , IComVtbl < TI0 >
5730+ public static unsafe void DrawTextA < TI0 > ( this ComPtr < ID2D1BitmapRenderTarget > thisVtbl , [ Flow ( Silk . NET . Core . Native . FlowDirection . In ) , UnmanagedType ( Silk . NET . Core . Native . UnmanagedType . LPUTF8Str ) ] string @string , uint stringLength , IDWriteTextFormat * textFormat , [ Flow ( Silk . NET . Core . Native . FlowDirection . In ) ] Silk . NET . Maths . Box2D < float > * layoutRect , ComPtr < TI0 > defaultFillBrush , DrawTextOptions options , DwriteMeasuringMode measuringMode ) where TI0 : unmanaged, IComVtbl < ID2D1Brush > , IComVtbl < TI0 >
57315731 {
57325732 var @this = thisVtbl . Handle ;
57335733 // ComPtrOverloader
@@ -5783,7 +5783,7 @@ public static unsafe void DrawTextLayout(this ComPtr<ID2D1BitmapRenderTarget> th
57835783 }
57845784
57855785 /// <summary>To be documented.</summary>
5786- public static unsafe void DrawGlyphRun < TI0 > ( this ComPtr < ID2D1BitmapRenderTarget > thisVtbl , Silk . NET . Maths . Vector2D < float > baselineOrigin , [ Flow ( FlowDirection . In ) ] DwriteGlyphRun * glyphRun , ComPtr < TI0 > foregroundBrush , DwriteMeasuringMode measuringMode ) where TI0 : unmanaged, IComVtbl < ID2D1Brush > , IComVtbl < TI0 >
5786+ public static unsafe void DrawGlyphRun < TI0 > ( this ComPtr < ID2D1BitmapRenderTarget > thisVtbl , Silk . NET . Maths . Vector2D < float > baselineOrigin , [ Flow ( Silk . NET . Core . Native . FlowDirection . In ) ] DwriteGlyphRun * glyphRun , ComPtr < TI0 > foregroundBrush , DwriteMeasuringMode measuringMode ) where TI0 : unmanaged, IComVtbl < ID2D1Brush > , IComVtbl < TI0 >
57875787 {
57885788 var @this = thisVtbl . Handle ;
57895789 // ComPtrOverloader
@@ -5799,7 +5799,7 @@ public static unsafe void DrawGlyphRun(this ComPtr<ID2D1BitmapRenderTarget> this
57995799 }
58005800
58015801 /// <summary>To be documented.</summary>
5802- public static void SetTransform ( this ComPtr < ID2D1BitmapRenderTarget > thisVtbl , [ Flow ( FlowDirection . In ) ] ReadOnlySpan < Silk . NET . Maths . Matrix3X2 < float > > transform )
5802+ public static void SetTransform ( this ComPtr < ID2D1BitmapRenderTarget > thisVtbl , [ Flow ( Silk . NET . Core . Native . FlowDirection . In ) ] ReadOnlySpan < Silk . NET . Maths . Matrix3X2 < float > > transform )
58035803 {
58045804 var @this = thisVtbl . Handle ;
58055805 // SpanOverloader
0 commit comments