mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-20 07:57:55 +08:00
floodfill AMD EXT fix
This commit is contained in:
parent
65bdde2b17
commit
4280b07a66
@ -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_ARB_explicit_attrib_location: enable
|
#extension GL_EXT_explicit_attrib_location: enable
|
||||||
#extension GL_ARB_shader_image_load_store: enable
|
#extension GL_EXT_shader_image_load_store: enable
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define RENDER_SHADOW
|
#define RENDER_SHADOW
|
||||||
|
Loading…
x
Reference in New Issue
Block a user