Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2025-07-08 01:51:52 +00:00
parent d4f09984ac
commit 9f6d37ecb4
4 changed files with 12 additions and 12 deletions

View File

@ -8483,7 +8483,7 @@
},
{
"name": "UpdateTexture",
"description": "Update GPU texture with new data",
"description": "Update GPU texture with new data (pixels should be able to fill texture)",
"returnType": "void",
"params": [
{
@ -8498,7 +8498,7 @@
},
{
"name": "UpdateTextureRec",
"description": "Update GPU texture rectangle with new data",
"description": "Update GPU texture rectangle with new data (pixels and rec should fit in texture)",
"returnType": "void",
"params": [
{
@ -11465,7 +11465,7 @@
},
{
"name": "UpdateSound",
"description": "Update sound buffer with new data",
"description": "Update sound buffer with new data (data and frame count should fit in sound)",
"returnType": "void",
"params": [
{