summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/shaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/shaders.h')
-rw-r--r--Build/source/utils/asymptote/shaders.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Build/source/utils/asymptote/shaders.h b/Build/source/utils/asymptote/shaders.h
index f92b7010ab2..56b4560d6a7 100644
--- a/Build/source/utils/asymptote/shaders.h
+++ b/Build/source/utils/asymptote/shaders.h
@@ -21,9 +21,8 @@
typedef std::pair<std::string, int> ShaderfileModePair;
GLuint compileAndLinkShader(
- std::vector<ShaderfileModePair> const& shaders,
- size_t NLights, size_t NMaterials,
- std::vector<std::string> const& defineflags);
+ std::vector<ShaderfileModePair> const& shaders, size_t NLights,
+ size_t NMaterials, std::vector<std::string> const& defineflags);
GLuint createShaders(GLchar const *src, int shaderType,
std::string const& filename);