Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Archivist
/
raylib-src
mirror da
https://github.com/raysan5/raylib
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
24
Wiki
Attività
Sfoglia il codice sorgente
Merge branch 'master' of
https://github.com/raysan5/raylib
pull/4074/head
Ray
11 mesi fa
parent
715633e0de
32c98717b1
commit
04735fa9bb
4 ha cambiato i file
con
4 aggiunte
e
4 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
parser/output/raylib_api.json
+1
-1
parser/output/raylib_api.lua
+1
-1
parser/output/raylib_api.txt
+1
-1
parser/output/raylib_api.xml
+ 1
- 1
parser/output/raylib_api.json
Vedi File
@ -7359,7 +7359,7 @@
"name"
:
"image"
}
,
{
"type"
:
"float*"
,
"type"
:
"float
*"
,
"name"
:
"kernel"
}
,
{
+ 1
- 1
parser/output/raylib_api.lua
Vedi File
@ -5621,7 +5621,7 @@ return {
returnType
=
"
void
"
,
params
=
{
{
type
=
"
Image *
"
,
name
=
"
image
"
}
,
{
type
=
"
float*
"
,
name
=
"
kernel
"
}
,
{
type
=
"
float
*
"
,
name
=
"
kernel
"
}
,
{
type
=
"
int
"
,
name
=
"
kernelSize
"
}
}
}
,
+ 1
- 1
parser/output/raylib_api.txt
Vedi File
@ -2842,7 +2842,7 @@ Function 304: ImageKernelConvolution() (3 input parameters)
Return type: void
Description: Apply Custom Square image convolution kernel
Param[1]: image (type: Image *)
Param[2]: kernel (type: float*)
Param[2]: kernel (type: float
*)
Param[3]: kernelSize (type: int)
Function 305: ImageResize() (3 input parameters)
Name: ImageResize
+ 1
- 1
parser/output/raylib_api.xml
Vedi File
@ -1844,7 +1844,7 @@
</Function>
<Function
name=
"ImageKernelConvolution"
retType=
"void"
paramCount=
"3"
desc=
"Apply Custom Square image convolution kernel"
>
<Param
type=
"Image *"
name=
"image"
desc=
""
/>
<Param
type=
"float*"
name=
"kernel"
desc=
""
/>
<Param
type=
"float
*"
name=
"kernel"
desc=
""
/>
<Param
type=
"int"
name=
"kernelSize"
desc=
""
/>
</Function>
<Function
name=
"ImageResize"
retType=
"void"
paramCount=
"3"
desc=
"Resize image (Bicubic scaling algorithm)"
>
Scrivi
Anteprima
Caricamento…
Annulla
Salva