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.vert
2009-12-24 12:14:51 +01:00

3 lines
46 B
GLSL

void main() {
gl_Position = ftransform();
}