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:
@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user