mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-23 20:43:15 +00:00
9 lines
188 B
GLSL
9 lines
188 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
|