Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I've enabled GLES 2 fallback, but it doesn't seem to be detecting when to actually do that. I'll work on it and get the fix up as soon as I can

(+1)

A fallback is just that - if the GPU can detect GLES3 it will default to es3. It will fallback to es2 only if the context doesn't support es3. On Linux almost all GPUs have the required GL3.3 support for it with the exception on some older Intel laptops