summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/shaderapi.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-07-20 11:41:31 +0200
committerSamuel Pitoiset <[email protected]>2017-08-02 12:54:31 +0200
commit1722c2498ff8c403c1f47a31f0ee2a036310b59b (patch)
tree97d7d4c0b51bf9700089642212a02b1a8a3577dd /src/mesa/main/shaderapi.h
parentfb3287804fe51c55d3c79c6ff673d51cdcb54142 (diff)
mesa: add KHR_no_error support to glLinkProgram()
Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/main/shaderapi.h')
-rw-r--r--src/mesa/main/shaderapi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/shaderapi.h b/src/mesa/main/shaderapi.h
index b76e57ee39d..7915248e391 100644
--- a/src/mesa/main/shaderapi.h
+++ b/src/mesa/main/shaderapi.h
@@ -131,6 +131,9 @@ _mesa_IsProgram(GLuint name);
extern GLboolean GLAPIENTRY
_mesa_IsShader(GLuint name);
+void GLAPIENTRY
+_mesa_LinkProgram_no_error(GLuint programObj);
+
extern void GLAPIENTRY
_mesa_LinkProgram(GLuint programObj);