diff --git a/parser/output/raylib_api.json b/parser/output/raylib_api.json
index 0044de00..9fd9bcef 100644
--- a/parser/output/raylib_api.json
+++ b/parser/output/raylib_api.json
@@ -3899,7 +3899,7 @@
},
{
"name": "SetShaderValueTexture",
- "description": "Set shader uniform value for texture (sampler2d)",
+ "description": "Set shader uniform value and bind the texture (sampler2d)",
"returnType": "void",
"params": [
{
diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua
index ccf61cb0..59eb4b0f 100644
--- a/parser/output/raylib_api.lua
+++ b/parser/output/raylib_api.lua
@@ -3674,7 +3674,7 @@ return {
},
{
name = "SetShaderValueTexture",
- description = "Set shader uniform value for texture (sampler2d)",
+ description = "Set shader uniform value and bind the texture (sampler2d)",
returnType = "void",
params = {
{type = "Shader", name = "shader"},
diff --git a/parser/output/raylib_api.txt b/parser/output/raylib_api.txt
index 896efbaf..f0fb4eab 100644
--- a/parser/output/raylib_api.txt
+++ b/parser/output/raylib_api.txt
@@ -1431,7 +1431,7 @@ Function 082: SetShaderValueMatrix() (3 input parameters)
Function 083: SetShaderValueTexture() (3 input parameters)
Name: SetShaderValueTexture
Return type: void
- Description: Set shader uniform value for texture (sampler2d)
+ Description: Set shader uniform value and bind the texture (sampler2d)
Param[1]: shader (type: Shader)
Param[2]: locIndex (type: int)
Param[3]: texture (type: Texture2D)
diff --git a/parser/output/raylib_api.xml b/parser/output/raylib_api.xml
index 241b28ae..21e9d30e 100644
--- a/parser/output/raylib_api.xml
+++ b/parser/output/raylib_api.xml
@@ -906,7 +906,7 @@
-
+