aboutsummaryrefslogtreecommitdiff
path: root/src/shader.h
blob: 5f1e315262a62095c2f99bf39ae14458c20df8e8 (plain)
1
2
3
4
5
#ifndef __SHADER__
#define __SHADER__

unsigned int shaderCreateProgram(const char *vertexShaderPath, const char *fragmentShaderPath);
#endif
Feel free to download, copy and edit any repo