mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 17:56:17 +03:00
11 lines
159 B
GLSL
11 lines
159 B
GLSL
#version 460
|
|
|
|
#include "Water_Common.glsl"
|
|
|
|
// Post process planet water draw. Ray-cast based.
|
|
|
|
layout(local_size_x = 8, local_size_y = 8)
|
|
void main()
|
|
{
|
|
|
|
} |