Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2025-01-18 19:25:01 +00:00
parent 09272e2e11
commit e70f9157bc
4 changed files with 4 additions and 4 deletions

View File

@ -906,7 +906,7 @@
<Param type="int" name="locIndex" desc="" />
<Param type="Matrix" name="mat" desc="" />
</Function>
<Function name="SetShaderValueTexture" retType="void" paramCount="3" desc="Set shader uniform value for texture (sampler2d)">
<Function name="SetShaderValueTexture" retType="void" paramCount="3" desc="Set shader uniform value and bind the texture (sampler2d)">
<Param type="Shader" name="shader" desc="" />
<Param type="int" name="locIndex" desc="" />
<Param type="Texture2D" name="texture" desc="" />