Driver-based GLSL checker for Syntastic / Vim
This repository has been archived on 2024-07-18. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2015-03-10 21:54:20 +01:00
syntax_checkers/glsl Fixed problem with executable path 2015-03-10 21:47:25 +01:00
.gitignore Ignore the executable 2015-03-10 21:54:20 +01:00
check_glsl.c Fixed context version number 2015-03-10 21:54:08 +01:00
LICENSE README and LICENSE added 2015-03-10 21:51:27 +01:00
Makefile Initial import 2015-03-10 20:58:30 +01:00
README README and LICENSE added 2015-03-10 21:51:27 +01:00

Quick and dirty, Linux-only GLSL syntax checker for Syntastic [1]. It uses
the local GL driver to check errors in shaders. Requires OpenGL 4.1, because
it uses glCreateShaderProgramv.

[1] https://github.com/scrooloose/syntastic