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

Error with integrated GPU #33

Open
Bokobelin opened this issue Oct 25, 2024 · 4 comments
Open

Error with integrated GPU #33

Bokobelin opened this issue Oct 25, 2024 · 4 comments

Comments

@Bokobelin
Copy link

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 ?

@Tanmayishacker
Copy link

Tanmayishacker commented Oct 25, 2024

Is happening with the Amd Radeon Graphics, which is integrated to my cpu,
image

@meemknight
Copy link
Owner

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 :(((

@Tanmayishacker
Copy link

Tanmayishacker commented Oct 30, 2024

Can you tell which file to work on to rectify the problem because I am learning OpenGL so I might gain some experience.

@meemknight
Copy link
Owner

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 😢 🤣

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

No branches or pull requests

3 participants