README and LICENSE added
This commit is contained in:
parent
f150b4b2a7
commit
b0639cfd3c
2 changed files with 19 additions and 0 deletions
14
LICENSE
Normal file
14
LICENSE
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||||
|
Version 2, December 2004
|
||||||
|
|
||||||
|
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
||||||
|
|
||||||
|
Everyone is permitted to copy and distribute verbatim or modified
|
||||||
|
copies of this license document, and changing it is allowed as long
|
||||||
|
as the name is changed.
|
||||||
|
|
||||||
|
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||||
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
|
0. You just DO WHAT THE FUCK YOU WANT TO.
|
||||||
|
|
5
README
Normal file
5
README
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
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
|
Reference in a new issue