src/shader.c

changeset 95
622887f7e954
parent 92
78ce93fb46e5
equal deleted inserted replaced
94:24bd333be668 95:622887f7e954
25 * POSSIBILITY OF SUCH DAMAGE. 25 * POSSIBILITY OF SUCH DAMAGE.
26 */ 26 */
27 27
28 #include "ascension/context.h" 28 #include "ascension/context.h"
29 #include "ascension/shader.h" 29 #include "ascension/shader.h"
30 #include "ascension/error.h"
31 #include "ascension/filesystem.h" 30 #include "ascension/filesystem.h"
32 31
33 #include <GL/glew.h> 32 #include <GL/glew.h>
34 #include <string.h> 33 #include <string.h>
35 #include <cx/buffer.h> 34 #include <cx/buffer.h>

mercurial