summaryrefslogtreecommitdiff
path: root/graphics/asymptote/shaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/shaders.h')
-rw-r--r--graphics/asymptote/shaders.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/asymptote/shaders.h b/graphics/asymptote/shaders.h
index 226832a38d..1ff831d997 100644
--- a/graphics/asymptote/shaders.h
+++ b/graphics/asymptote/shaders.h
@@ -25,11 +25,11 @@ typedef std::pair<std::string, int> ShaderfileModePair;
GLuint compileAndLinkShader(
std::vector<ShaderfileModePair> const& shaders,
std::vector<std::string> const& defineflags, bool ssbo=true,
- bool compute=false);
+ bool interlock=false, bool compute=false);
GLuint createShaderFile(std::string file, int shaderType,
std::vector<std::string> const& constflags,
- bool ssbo, bool compute);
+ bool ssbo, bool interlock, bool compute);
enum attrib {positionAttrib=0,normalAttrib,materialAttrib,colorAttrib,
widthAttrib};