mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
4 lines
94 B
GLSL
4 lines
94 B
GLSL
$HEADER$
|
|
void main (void){
|
|
gl_FragColor = frag_color * texture2D(texture0, tex_coord0);
|
|
}
|