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

4 lines
46 B
GLSL
Raw Normal View History

2009-12-24 12:14:51 +01:00
void main() {
gl_Position = ftransform();
}