This repository has been archived on 2020-03-08. You can view files and clone it, but cannot push or open issues or pull requests.
pg-tp3/basic.fsh

6 lines
63 B
GLSL

varying lowp vec4 col;
void main() {
gl_FragColor = col;
}