mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 15:36:14 +03:00
7 lines
73 B
GLSL
7 lines
73 B
GLSL
#version 460
|
|
|
|
layout(local_size_x = 8, local_size_y = 8)
|
|
void main()
|
|
{
|
|
|
|
} |