Files
2023-05-03 19:36:49 +08:00

11 lines
233 B
GLSL

#version 460
// Ground water plane rendering.
// TODO: Exist cbt terrain now, maybe use it to tess non-plane surface can get a robust water system.
layout (local_size_x = 8, local_size_y = 8, local_size_z = 1) in;
void main()
{
}