Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add aliases for Is*Ready -> Is*Valid #4517

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Conversation

Kelimion
Copy link
Member

@Kelimion Kelimion commented Nov 25, 2024

RayLib 5.5 renamed Is*Ready to Is*Valid. See: raysan5/raylib@8cbf34d
Add convenience aliases with the old names.

IsImageReady         :: IsImageValid
IsTextureReady       :: IsTextureValid
IsRenderTextureReady :: IsRenderTextureValid
IsFontReady          :: IsFontValid
IsModelReady         :: IsModelValid
IsMaterialReady      :: IsMaterialValid
IsWaveReady          :: IsWaveValid
IsSoundReady         :: IsSoundValid
IsMusicReady         :: IsMusicValid
IsAudioStreamReady   :: IsAudioStreamValid
IsShaderReady        :: IsShaderValid

@Kelimion Kelimion merged commit be5cdd7 into odin-lang:master Nov 25, 2024
7 checks passed
@Kelimion Kelimion deleted the raylib5 branch November 25, 2024 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant