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
Plaintext
Raw Normal View History

2020-03-08 21:18:21 +01:00
varying lowp vec4 col;
void main() {
gl_FragColor = col;
}