mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 10:48:34 +02:00
5 lines
94 B
GLSL
5 lines
94 B
GLSL
#if SHADER_DEBUG
|
|
#include "shaders/debug.glsl"
|
|
#else
|
|
#include "shaders/raytracing.glsl"
|
|
#endif |