mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-04 17:06:27 +00:00
Update raylib_api.* by CI
This commit is contained in:
@@ -6242,7 +6242,7 @@ return {
|
||||
},
|
||||
{
|
||||
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 = {
|
||||
{type = "Texture2D", name = "texture"},
|
||||
@@ -6251,7 +6251,7 @@ return {
|
||||
},
|
||||
{
|
||||
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 = {
|
||||
{type = "Texture2D", name = "texture"},
|
||||
@@ -7850,7 +7850,7 @@ return {
|
||||
},
|
||||
{
|
||||
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 = {
|
||||
{type = "Sound", name = "sound"},
|
||||
|
Reference in New Issue
Block a user