mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 21:17:27 +01:00
7 lines
98 B
GLSL
7 lines
98 B
GLSL
void F0(in vec2 l0, out vec4 l1);
|
|
|
|
void F0(in vec2 l0, out vec4 l1) {
|
|
l1 = vec4(0.0);
|
|
return;
|
|
}
|