Files
flower/Install/Shader/Source/Terrain_Common.glsl
2022-12-29 21:56:10 +08:00

9 lines
217 B
GLSL

#ifndef TERRAIN_COMMON_GLSL
#define TERRAIN_COMMON_GLSL
// GPU Driven terrain rendering.
// Reference implement from: https://www.gdcvault.com/play/1025480/Terrain-Rendering-in-Far-Cry
#include "Common.glsl"
#endif