@@ -1553,7 +1553,7 @@ public static unsafe int DrawSpriteBatch(this ComPtr<ID2D1CommandSink5> thisVtbl
1553
1553
{
1554
1554
var @this = thisVtbl . Handle ;
1555
1555
int ret = default ;
1556
- ret = ( ( delegate * unmanaged[ Stdcall] < ID2D1CommandSink5 * , ID2D1SpriteBatch * , uint , uint , ID2D1Bitmap * , BitmapInterpolationMode , SpriteOptions , int > ) @this ->LpVtbl [ 31 ] ) ( @this , spriteBatch , startIndex , spriteCount , bitmap , interpolationMode , spriteOptions ) ;
1556
+ ret = ( ( delegate * unmanaged[ Stdcall] < ID2D1CommandSink5 * , ID2D1SpriteBatch * , uint , uint , ID2D1Bitmap * , BitmapInterpolationMode , SpriteOptions , int > ) @this ->LpVtbl [ 32 ] ) ( @this , spriteBatch , startIndex , spriteCount , bitmap , interpolationMode , spriteOptions ) ;
1557
1557
return ret ;
1558
1558
}
1559
1559
@@ -1564,7 +1564,7 @@ public static unsafe int DrawSpriteBatch(this ComPtr<ID2D1CommandSink5> thisVtbl
1564
1564
int ret = default ;
1565
1565
fixed ( ID2D1Bitmap * bitmapPtr = & bitmap )
1566
1566
{
1567
- ret = ( ( delegate * unmanaged[ Stdcall] < ID2D1CommandSink5 * , ID2D1SpriteBatch * , uint , uint , ID2D1Bitmap * , BitmapInterpolationMode , SpriteOptions , int > ) @this ->LpVtbl [ 31 ] ) ( @this , spriteBatch , startIndex , spriteCount , bitmapPtr , interpolationMode , spriteOptions ) ;
1567
+ ret = ( ( delegate * unmanaged[ Stdcall] < ID2D1CommandSink5 * , ID2D1SpriteBatch * , uint , uint , ID2D1Bitmap * , BitmapInterpolationMode , SpriteOptions , int > ) @this ->LpVtbl [ 32 ] ) ( @this , spriteBatch , startIndex , spriteCount , bitmapPtr , interpolationMode , spriteOptions ) ;
1568
1568
}
1569
1569
return ret ;
1570
1570
}
@@ -1576,7 +1576,7 @@ public static unsafe int DrawSpriteBatch(this ComPtr<ID2D1CommandSink5> thisVtbl
1576
1576
int ret = default ;
1577
1577
fixed ( ID2D1SpriteBatch * spriteBatchPtr = & spriteBatch )
1578
1578
{
1579
- ret = ( ( delegate * unmanaged[ Stdcall] < ID2D1CommandSink5 * , ID2D1SpriteBatch * , uint , uint , ID2D1Bitmap * , BitmapInterpolationMode , SpriteOptions , int > ) @this ->LpVtbl [ 31 ] ) ( @this , spriteBatchPtr , startIndex , spriteCount , bitmap , interpolationMode , spriteOptions ) ;
1579
+ ret = ( ( delegate * unmanaged[ Stdcall] < ID2D1CommandSink5 * , ID2D1SpriteBatch * , uint , uint , ID2D1Bitmap * , BitmapInterpolationMode , SpriteOptions , int > ) @this ->LpVtbl [ 32 ] ) ( @this , spriteBatchPtr , startIndex , spriteCount , bitmap , interpolationMode , spriteOptions ) ;
1580
1580
}
1581
1581
return ret ;
1582
1582
}
@@ -1590,7 +1590,7 @@ public static int DrawSpriteBatch(this ComPtr<ID2D1CommandSink5> thisVtbl, ref I
1590
1590
{
1591
1591
fixed ( ID2D1Bitmap * bitmapPtr = & bitmap )
1592
1592
{
1593
- ret = ( ( delegate * unmanaged[ Stdcall] < ID2D1CommandSink5 * , ID2D1SpriteBatch * , uint , uint , ID2D1Bitmap * , BitmapInterpolationMode , SpriteOptions , int > ) @this ->LpVtbl [ 31 ] ) ( @this , spriteBatchPtr , startIndex , spriteCount , bitmapPtr , interpolationMode , spriteOptions ) ;
1593
+ ret = ( ( delegate * unmanaged[ Stdcall] < ID2D1CommandSink5 * , ID2D1SpriteBatch * , uint , uint , ID2D1Bitmap * , BitmapInterpolationMode , SpriteOptions , int > ) @this ->LpVtbl [ 32 ] ) ( @this , spriteBatchPtr , startIndex , spriteCount , bitmapPtr , interpolationMode , spriteOptions ) ;
1594
1594
}
1595
1595
}
1596
1596
return ret ;
@@ -1601,7 +1601,7 @@ public static int SetPrimitiveBlend2(this ComPtr<ID2D1CommandSink5> thisVtbl, Pr
1601
1601
{
1602
1602
var @this = thisVtbl . Handle ;
1603
1603
int ret = default ;
1604
- ret = ( ( delegate * unmanaged[ Stdcall] < ID2D1CommandSink5 * , PrimitiveBlend , int > ) @this ->LpVtbl [ 32 ] ) ( @this , primitiveBlend ) ;
1604
+ ret = ( ( delegate * unmanaged[ Stdcall] < ID2D1CommandSink5 * , PrimitiveBlend , int > ) @this ->LpVtbl [ 33 ] ) ( @this , primitiveBlend ) ;
1605
1605
return ret ;
1606
1606
}
1607
1607
@@ -1610,7 +1610,7 @@ public static unsafe int BlendImage(this ComPtr<ID2D1CommandSink5> thisVtbl, ID2
1610
1610
{
1611
1611
var @this = thisVtbl . Handle ;
1612
1612
int ret = default ;
1613
- ret = ( ( delegate * unmanaged[ Stdcall] < ID2D1CommandSink5 * , ID2D1Image * , BlendMode , Silk . NET . Maths . Vector2D < float > * , Silk . NET . Maths . Box2D < float > * , InterpolationMode , int > ) @this ->LpVtbl [ 33 ] ) ( @this , image , blendMode , targetOffset , imageRectangle , interpolationMode ) ;
1613
+ ret = ( ( delegate * unmanaged[ Stdcall] < ID2D1CommandSink5 * , ID2D1Image * , BlendMode , Silk . NET . Maths . Vector2D < float > * , Silk . NET . Maths . Box2D < float > * , InterpolationMode , int > ) @this ->LpVtbl [ 34 ] ) ( @this , image , blendMode , targetOffset , imageRectangle , interpolationMode ) ;
1614
1614
return ret ;
1615
1615
}
1616
1616
@@ -1621,7 +1621,7 @@ public static unsafe int BlendImage(this ComPtr<ID2D1CommandSink5> thisVtbl, ID2
1621
1621
int ret = default ;
1622
1622
fixed ( Silk . NET . Maths . Box2D < float > * imageRectanglePtr = & imageRectangle )
1623
1623
{
1624
- ret = ( ( delegate * unmanaged[ Stdcall] < ID2D1CommandSink5 * , ID2D1Image * , BlendMode , Silk . NET . Maths . Vector2D < float > * , Silk . NET . Maths . Box2D < float > * , InterpolationMode , int > ) @this ->LpVtbl [ 33 ] ) ( @this , image , blendMode , targetOffset , imageRectanglePtr , interpolationMode ) ;
1624
+ ret = ( ( delegate * unmanaged[ Stdcall] < ID2D1CommandSink5 * , ID2D1Image * , BlendMode , Silk . NET . Maths . Vector2D < float > * , Silk . NET . Maths . Box2D < float > * , InterpolationMode , int > ) @this ->LpVtbl [ 34 ] ) ( @this , image , blendMode , targetOffset , imageRectanglePtr , interpolationMode ) ;
1625
1625
}
1626
1626
return ret ;
1627
1627
}
@@ -1633,7 +1633,7 @@ public static unsafe int BlendImage(this ComPtr<ID2D1CommandSink5> thisVtbl, ID2
1633
1633
int ret = default ;
1634
1634
fixed ( Silk . NET . Maths . Vector2D < float > * targetOffsetPtr = & targetOffset )
1635
1635
{
1636
- ret = ( ( delegate * unmanaged[ Stdcall] < ID2D1CommandSink5 * , ID2D1Image * , BlendMode , Silk . NET . Maths . Vector2D < float > * , Silk . NET . Maths . Box2D < float > * , InterpolationMode , int > ) @this ->LpVtbl [ 33 ] ) ( @this , image , blendMode , targetOffsetPtr , imageRectangle , interpolationMode ) ;
1636
+ ret = ( ( delegate * unmanaged[ Stdcall] < ID2D1CommandSink5 * , ID2D1Image * , BlendMode , Silk . NET . Maths . Vector2D < float > * , Silk . NET . Maths . Box2D < float > * , InterpolationMode , int > ) @this ->LpVtbl [ 34 ] ) ( @this , image , blendMode , targetOffsetPtr , imageRectangle , interpolationMode ) ;
1637
1637
}
1638
1638
return ret ;
1639
1639
}
@@ -1647,7 +1647,7 @@ public static unsafe int BlendImage(this ComPtr<ID2D1CommandSink5> thisVtbl, ID2
1647
1647
{
1648
1648
fixed ( Silk . NET . Maths . Box2D < float > * imageRectanglePtr = & imageRectangle )
1649
1649
{
1650
- ret = ( ( delegate * unmanaged[ Stdcall] < ID2D1CommandSink5 * , ID2D1Image * , BlendMode , Silk . NET . Maths . Vector2D < float > * , Silk . NET . Maths . Box2D < float > * , InterpolationMode , int > ) @this ->LpVtbl [ 33 ] ) ( @this , image , blendMode , targetOffsetPtr , imageRectanglePtr , interpolationMode ) ;
1650
+ ret = ( ( delegate * unmanaged[ Stdcall] < ID2D1CommandSink5 * , ID2D1Image * , BlendMode , Silk . NET . Maths . Vector2D < float > * , Silk . NET . Maths . Box2D < float > * , InterpolationMode , int > ) @this ->LpVtbl [ 34 ] ) ( @this , image , blendMode , targetOffsetPtr , imageRectanglePtr , interpolationMode ) ;
1651
1651
}
1652
1652
}
1653
1653
return ret ;
@@ -1660,7 +1660,7 @@ public static unsafe int BlendImage(this ComPtr<ID2D1CommandSink5> thisVtbl, ref
1660
1660
int ret = default ;
1661
1661
fixed ( ID2D1Image * imagePtr = & image )
1662
1662
{
1663
- ret = ( ( delegate * unmanaged[ Stdcall] < ID2D1CommandSink5 * , ID2D1Image * , BlendMode , Silk . NET . Maths . Vector2D < float > * , Silk . NET . Maths . Box2D < float > * , InterpolationMode , int > ) @this ->LpVtbl [ 33 ] ) ( @this , imagePtr , blendMode , targetOffset , imageRectangle , interpolationMode ) ;
1663
+ ret = ( ( delegate * unmanaged[ Stdcall] < ID2D1CommandSink5 * , ID2D1Image * , BlendMode , Silk . NET . Maths . Vector2D < float > * , Silk . NET . Maths . Box2D < float > * , InterpolationMode , int > ) @this ->LpVtbl [ 34 ] ) ( @this , imagePtr , blendMode , targetOffset , imageRectangle , interpolationMode ) ;
1664
1664
}
1665
1665
return ret ;
1666
1666
}
@@ -1674,7 +1674,7 @@ public static unsafe int BlendImage(this ComPtr<ID2D1CommandSink5> thisVtbl, ref
1674
1674
{
1675
1675
fixed ( Silk . NET . Maths . Box2D < float > * imageRectanglePtr = & imageRectangle )
1676
1676
{
1677
- ret = ( ( delegate * unmanaged[ Stdcall] < ID2D1CommandSink5 * , ID2D1Image * , BlendMode , Silk . NET . Maths . Vector2D < float > * , Silk . NET . Maths . Box2D < float > * , InterpolationMode , int > ) @this ->LpVtbl [ 33 ] ) ( @this , imagePtr , blendMode , targetOffset , imageRectanglePtr , interpolationMode ) ;
1677
+ ret = ( ( delegate * unmanaged[ Stdcall] < ID2D1CommandSink5 * , ID2D1Image * , BlendMode , Silk . NET . Maths . Vector2D < float > * , Silk . NET . Maths . Box2D < float > * , InterpolationMode , int > ) @this ->LpVtbl [ 34 ] ) ( @this , imagePtr , blendMode , targetOffset , imageRectanglePtr , interpolationMode ) ;
1678
1678
}
1679
1679
}
1680
1680
return ret ;
@@ -1689,7 +1689,7 @@ public static unsafe int BlendImage(this ComPtr<ID2D1CommandSink5> thisVtbl, ref
1689
1689
{
1690
1690
fixed ( Silk . NET . Maths . Vector2D < float > * targetOffsetPtr = & targetOffset )
1691
1691
{
1692
- ret = ( ( delegate * unmanaged[ Stdcall] < ID2D1CommandSink5 * , ID2D1Image * , BlendMode , Silk . NET . Maths . Vector2D < float > * , Silk . NET . Maths . Box2D < float > * , InterpolationMode , int > ) @this ->LpVtbl [ 33 ] ) ( @this , imagePtr , blendMode , targetOffsetPtr , imageRectangle , interpolationMode ) ;
1692
+ ret = ( ( delegate * unmanaged[ Stdcall] < ID2D1CommandSink5 * , ID2D1Image * , BlendMode , Silk . NET . Maths . Vector2D < float > * , Silk . NET . Maths . Box2D < float > * , InterpolationMode , int > ) @this ->LpVtbl [ 34 ] ) ( @this , imagePtr , blendMode , targetOffsetPtr , imageRectangle , interpolationMode ) ;
1693
1693
}
1694
1694
}
1695
1695
return ret ;
@@ -1706,7 +1706,7 @@ public static int BlendImage(this ComPtr<ID2D1CommandSink5> thisVtbl, ref ID2D1I
1706
1706
{
1707
1707
fixed ( Silk . NET . Maths . Box2D < float > * imageRectanglePtr = & imageRectangle )
1708
1708
{
1709
- ret = ( ( delegate * unmanaged[ Stdcall] < ID2D1CommandSink5 * , ID2D1Image * , BlendMode , Silk . NET . Maths . Vector2D < float > * , Silk . NET . Maths . Box2D < float > * , InterpolationMode , int > ) @this ->LpVtbl [ 33 ] ) ( @this , imagePtr , blendMode , targetOffsetPtr , imageRectanglePtr , interpolationMode ) ;
1709
+ ret = ( ( delegate * unmanaged[ Stdcall] < ID2D1CommandSink5 * , ID2D1Image * , BlendMode , Silk . NET . Maths . Vector2D < float > * , Silk . NET . Maths . Box2D < float > * , InterpolationMode , int > ) @this ->LpVtbl [ 34 ] ) ( @this , imagePtr , blendMode , targetOffsetPtr , imageRectanglePtr , interpolationMode ) ;
1710
1710
}
1711
1711
}
1712
1712
}
0 commit comments