mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 17:56:17 +03:00
11 lines
233 B
GLSL
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()
|
|
{
|
|
|
|
|
|
} |