This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
neofx-zoom-plusplus/shader/null.frag
2009-12-24 12:14:51 +01:00

3 lines
51 B
GLSL

void main() {
gl_FragColor = vec4(0, 0, 0, 1);
}