meemknight / ourCraft

A Minecraft clone with many advanced features
https://youtu.be/ebeRZVHslO0
Other
205 stars 15 forks source link

Error with integrated GPU #33

Open Bokobelin opened 1 month ago

Bokobelin commented 1 month ago

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 commented 1 month ago

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

meemknight commented 4 weeks ago

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 commented 3 weeks ago

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