mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Update raylib_api.* by CI
This commit is contained in:
@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user