Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
Archivist
/
raylib-src
espelho de
https://github.com/raysan5/raylib
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
24
Wiki
Trabalho
Ver a proveniência
Update raylib_api.* by CI
pull/4074/head
github-actions[bot]
há 9 meses
ascendente
4119b6dd66
cometimento
32c98717b1
4 ficheiros alterados
com
4 adições
e
4 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro 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
Ver ficheiro
@ -7359,7 +7359,7 @@
"name"
:
"image"
}
,
{
"type"
:
"float*"
,
"type"
:
"float
*"
,
"name"
:
"kernel"
}
,
{
+ 1
- 1
parser/output/raylib_api.lua
Ver ficheiro
@ -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
Ver ficheiro
@ -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
Ver ficheiro
@ -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)"
>
Escrever
Pré-visualizar
|
|
|
|
|
|
x
0
0
0:0
Carregando…
Cancelar
Guardar