mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-12-24 13:08:06 +08:00
6 lines
65 B
GLSL
6 lines
65 B
GLSL
vec4 F0(in vec2 l0);
|
|
|
|
vec4 F0(in vec2 l0) {
|
|
return vec4(0.0);
|
|
}
|