Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2024-10-16 17:26:49 +00:00
parent 8cbf34ddc4
commit d6399622a0
4 changed files with 88 additions and 88 deletions

View File

@ -3763,8 +3763,8 @@
]
},
{
"name": "IsShaderReady",
"description": "Check if a shader is ready",
"name": "IsShaderValid",
"description": "Check if a shader is valid (loaded on GPU)",
"returnType": "bool",
"params": [
{
@ -6919,8 +6919,8 @@
"returnType": "Image"
},
{
"name": "IsImageReady",
"description": "Check if an image is ready",
"name": "IsImageValid",
"description": "Check if an image is valid (data and parameters)",
"returnType": "bool",
"params": [
{
@ -8383,8 +8383,8 @@
]
},
{
"name": "IsTextureReady",
"description": "Check if a texture is ready",
"name": "IsTextureValid",
"description": "Check if a texture is valid (loaded in GPU)",
"returnType": "bool",
"params": [
{
@ -8405,8 +8405,8 @@
]
},
{
"name": "IsRenderTextureReady",
"description": "Check if a render texture is ready",
"name": "IsRenderTextureValid",
"description": "Check if a render texture is valid (loaded in GPU)",
"returnType": "bool",
"params": [
{
@ -9000,8 +9000,8 @@
]
},
{
"name": "IsFontReady",
"description": "Check if a font is ready",
"name": "IsFontValid",
"description": "Check if a font is valid (font data loaded, WARNING: GPU texture not checked)",
"returnType": "bool",
"params": [
{
@ -10292,8 +10292,8 @@
]
},
{
"name": "IsModelReady",
"description": "Check if a model is ready",
"name": "IsModelValid",
"description": "Check if a model is valid (loaded in GPU, VAO/VBOs)",
"returnType": "bool",
"params": [
{
@ -10979,8 +10979,8 @@
"returnType": "Material"
},
{
"name": "IsMaterialReady",
"description": "Check if a material is ready",
"name": "IsMaterialValid",
"description": "Check if a material is valid (shader assigned, map textures loaded in GPU)",
"returnType": "bool",
"params": [
{
@ -11354,8 +11354,8 @@
]
},
{
"name": "IsWaveReady",
"description": "Checks if wave data is ready",
"name": "IsWaveValid",
"description": "Checks if wave data is valid (data loaded and parameters)",
"returnType": "bool",
"params": [
{
@ -11398,8 +11398,8 @@
]
},
{
"name": "IsSoundReady",
"description": "Checks if a sound is ready",
"name": "IsSoundValid",
"description": "Checks if a sound is valid (data loaded and buffers initialized)",
"returnType": "bool",
"params": [
{
@ -11696,8 +11696,8 @@
]
},
{
"name": "IsMusicReady",
"description": "Checks if a music stream is ready",
"name": "IsMusicValid",
"description": "Checks if a music stream is valid (context and buffers initialized)",
"returnType": "bool",
"params": [
{
@ -11885,8 +11885,8 @@
]
},
{
"name": "IsAudioStreamReady",
"description": "Checks if an audio stream is ready",
"name": "IsAudioStreamValid",
"description": "Checks if an audio stream is valid (buffers initialized)",
"returnType": "bool",
"params": [
{