diff --git a/wadsrc/static/shaders/scene/binding_textures.glsl b/wadsrc/static/shaders/scene/binding_textures.glsl index 3ef32bc69..5f013d45d 100644 --- a/wadsrc/static/shaders/scene/binding_textures.glsl +++ b/wadsrc/static/shaders/scene/binding_textures.glsl @@ -21,3 +21,6 @@ const int texture17 = 16; const int texture18 = 17; const int texture19 = 18; const int texture20 = 19; + +/* For user shaders so they can check if the engine uses bindless textures */ +#define USES_BINDLESS