@@ -1562,6 +1562,8 @@ class NativeCFFI
1562
1562
1563
1563
@:cffi private static function lime_al_get_sourcefv (source : CFFIPointer , param : Int , count : Int ): Array <Float >;
1564
1564
1565
+ @:cffi private static function lime_al_get_sourcedv_soft (source : CFFIPointer , param : Int , count : Int ): Array <Float >;
1566
+
1565
1567
@:cffi private static function lime_al_get_sourcei (source : CFFIPointer , param : Int ): Dynamic ;
1566
1568
1567
1569
@:cffi private static function lime_al_get_sourceiv (source : CFFIPointer , param : Int , count : Int ): Array <Int >;
@@ -1752,6 +1754,8 @@ class NativeCFFI
1752
1754
private static var lime_al_get_sourcef = new cpp. Callable <cpp. Object -> Int -> cpp. Float32 >(cpp. Prime ._loadPrime (" lime" , " lime_al_get_sourcef" , " oif" , false ));
1753
1755
private static var lime_al_get_sourcefv = new cpp. Callable <cpp. Object -> Int -> Int -> cpp. Object >(cpp. Prime ._loadPrime (" lime" , " lime_al_get_sourcefv" , " oiio" ,
1754
1756
false ));
1757
+ private static var lime_al_get_sourcedv_soft = new cpp. Callable <cpp. Object -> Int -> Int -> cpp. Object >(cpp. Prime ._loadPrime (" lime" , " lime_al_get_sourcedv_soft" , " oiio" ,
1758
+ false ));
1755
1759
private static var lime_al_get_sourcei = new cpp. Callable <cpp. Object -> Int -> cpp. Object >(cpp. Prime ._loadPrime (" lime" , " lime_al_get_sourcei" , " oio" , false ));
1756
1760
private static var lime_al_get_sourceiv = new cpp. Callable <cpp. Object -> Int -> Int -> cpp. Object >(cpp. Prime ._loadPrime (" lime" , " lime_al_get_sourceiv" , " oiio" ,
1757
1761
false ));
@@ -1893,6 +1897,7 @@ class NativeCFFI
1893
1897
private static var lime_al_get_source3i = CFFI .load (" lime" , " lime_al_get_source3i" , 2 );
1894
1898
private static var lime_al_get_sourcef = CFFI .load (" lime" , " lime_al_get_sourcef" , 2 );
1895
1899
private static var lime_al_get_sourcefv = CFFI .load (" lime" , " lime_al_get_sourcefv" , 3 );
1900
+ private static var lime_al_get_sourcedv_soft = CFFI .load (" lime" , " lime_al_get_sourcedv_soft" , 3 );
1896
1901
private static var lime_al_get_sourcei = CFFI .load (" lime" , " lime_al_get_sourcei" , 2 );
1897
1902
private static var lime_al_get_sourceiv = CFFI .load (" lime" , " lime_al_get_sourceiv" , 3 );
1898
1903
private static var lime_al_get_string = CFFI .load (" lime" , " lime_al_get_string" , 1 );
@@ -2150,6 +2155,11 @@ class NativeCFFI
2150
2155
return null ;
2151
2156
}
2152
2157
2158
+ @:hlNative (" lime" , " hl_al_get_sourcedv_soft" ) private static function lime_al_get_sourcedv_soft (source : CFFIPointer , param : Int , count : Int ): hl. NativeArray < hl. F64 >
2159
+ {
2160
+ return null ;
2161
+ }
2162
+
2153
2163
@:hlNative (" lime" , " hl_al_get_sourcei" ) private static function lime_al_get_sourcei (source : CFFIPointer , param : Int ): Dynamic
2154
2164
{
2155
2165
return null ;
0 commit comments