이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
Archivist
/
raylib-src
의 미러
https://github.com/raysan5/raylib
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
24
위키
활동
소스 검색
Update raylib_api.* by CI
pull/4074/head
github-actions[bot]
9 달 전
부모
4119b6dd66
커밋
32c98717b1
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)"
>
쓰기
미리보기
불러오는 중...
취소
저장