goo-engine icon indicating copy to clipboard operation
goo-engine copied to clipboard

Remove unnecessary #extension directive

Open vignedev opened this issue 2 years ago • 1 comments

This should fix shader compile errors for Mesa drivers on Linux, however I was able to only test this on Intel GPUs. The extension looks to be also enabled automatically in source/blender/gpu/opengl/gl_shader.cc:817.

Fixes #3.

vignedev avatar Nov 08 '22 05:11 vignedev

Can confirm this also works with building on a mac (M1), was crashing whenever I switch to eevee.

williamchange avatar Nov 08 '22 07:11 williamchange

can confirm this works on AMD GPUs too

justjulez420 avatar Nov 09 '22 00:11 justjulez420

Thanks for fixing that, I saw a few people had issues with it :)

Lateasusual avatar Nov 10 '22 16:11 Lateasusual