floodfill AMD EXT revert

This commit is contained in:
NULL511 2024-05-04 18:05:51 -04:00
parent 4280b07a66
commit 6c90ff04a9

View File

@ -1,8 +1,8 @@
#version 120 #version 120
#include "/lib/settings.glsl" #include "/lib/settings.glsl"
#ifdef IS_LPV_ENABLED #ifdef IS_LPV_ENABLED
#extension GL_EXT_explicit_attrib_location: enable #extension GL_ARB_explicit_attrib_location: enable
#extension GL_EXT_shader_image_load_store: enable #extension GL_ARB_shader_image_load_store: enable
#endif #endif
#define RENDER_SHADOW #define RENDER_SHADOW