vkdoom_m/wadsrc/static/shaders/scene/includes.glsl
Ricardo Luís Vaz Silva 8d0ab22e05 wireframe improvements
2025-01-20 16:45:08 +01:00

15 lines
No EOL
252 B
GLSL

#ifndef SIMPLE
#include "shaders/scene/material.glsl"
#include "shaders/scene/lightmode.glsl"
#include "shaders/scene/light_shadow.glsl"
#include "shaders/scene/light_spot.glsl"
#endif
#ifdef SIMPLE3D
#include "shaders/scene/material.glsl"
#endif