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

4 lines
51 B
GLSL
Raw Permalink Normal View History

2009-12-24 12:14:51 +01:00
void main() {
gl_FragColor = vec4(0, 0, 0, 1);
}