-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Error with integrated GPU #33
Comments
yo so I need to fix this yess, I will move to texture arrays probably and this will fix the issue. It's a shame they don't implement this extension for integrated GPUs since it is so useful :((( |
Can you tell which file to work on to rectify the problem because I am learning OpenGL so I might gain some experience. |
Unfortunately the whole render pipeline uses bindless textures, like all the shaders and stuff, so it isn't something that can be easily fixed :/ I really hope the drivers will get an update because it will be very hard to fix this 😢 🤣 |
I use a laptop with an Intel Iris Xe Graphics, who is integrated to my CPU.
When i build ourCraft, it succeeds, but when game opens i get
Error, Bindless texture extension not supported!
in the console. Bindless textures are often not supported on integrated GPUs, so maybe add a less optimized but compatible rendering system who activates when Bindless textures do not work ?The text was updated successfully, but these errors were encountered: