This website works better with JavaScript.
首頁
探索
說明
登入
Archivist
/
raylib-src
镜像来自
https://github.com/raysan5/raylib
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
24
Wiki
Activity
瀏覽代碼
Merge branch 'master' of
https://github.com/raysan5/raylib
pull/4074/head
Ray
11 月之前
父節點
715633e0de
32c98717b1
當前提交
04735fa9bb
共有
4 個文件被更改
,包括
4 次插入
和
4 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
查看文件
@ -7359,7 +7359,7 @@
"name"
:
"image"
}
,
{
"type"
:
"float*"
,
"type"
:
"float
*"
,
"name"
:
"kernel"
}
,
{
+ 1
- 1
parser/output/raylib_api.lua
查看文件
@ -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
查看文件
@ -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
查看文件
@ -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)"
>
Write
Preview
Loading…
取消
儲存