Closed Kelimion closed 3 days ago
RayLib 5.5 renamed Is*Ready to Is*Valid. See: https://github.com/raysan5/raylib/commit/8cbf34ddc495e2bca42245f786915c27210b0507 Add convenience aliases with the old names.
Is*Ready
Is*Valid
IsImageReady :: IsImageValid IsTextureReady :: IsTextureValid IsRenderTextureReady :: IsRenderTextureValid IsFontReady :: IsFontValid IsModelReady :: IsModelValid IsMaterialReady :: IsMaterialValid IsWaveReady :: IsWaveValid IsSoundReady :: IsSoundValid IsMusicReady :: IsMusicValid IsAudioStreamReady :: IsAudioStreamValid IsShaderReady :: IsShaderValid
RayLib 5.5 renamed
Is*Ready
toIs*Valid
. See: https://github.com/raysan5/raylib/commit/8cbf34ddc495e2bca42245f786915c27210b0507 Add convenience aliases with the old names.