We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tried to load the official skybox example.
The skybox.png does render fine onto the cube locally. However trying to useHdr:
panorama := rl.LoadTexture("dresden_square_1k.hdr")
results in the following error:
WARNING: IMAGE: Data format not supported
The text was updated successfully, but these errors were encountered:
@go-dockly Just tried the example on desktop and it works.
To support HDR textures, they must be enabled on raylib config.h and rebuilt the library.
config.h
For platform web, it is already listed in #4682
Sorry, something went wrong.
No branches or pull requests
tried to load the official skybox example.
The skybox.png does render fine onto the cube locally. However trying to useHdr:
panorama := rl.LoadTexture("dresden_square_1k.hdr")
results in the following error:
WARNING: IMAGE: Data format not supported
The text was updated successfully, but these errors were encountered: