diff options
author | Samuel Pitoiset <[email protected]> | 2017-08-24 14:50:11 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-08-25 11:35:30 +0200 |
commit | 83690d45908010b484d3314fd4133d9fff849a92 (patch) | |
tree | 63300d7be8c89d316dfe484668c9f1f8555e0a70 /src/mesa/main/transformfeedback.h | |
parent | a5319d9fde79937ac467007951f358ab1a08176b (diff) |
mesa: add KHR_no_error support to glTransformFeedbackVaryings()
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/main/transformfeedback.h')
-rw-r--r-- | src/mesa/main/transformfeedback.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/main/transformfeedback.h b/src/mesa/main/transformfeedback.h index 930c88a1f2b..cc798878b53 100644 --- a/src/mesa/main/transformfeedback.h +++ b/src/mesa/main/transformfeedback.h @@ -82,6 +82,11 @@ extern void GLAPIENTRY _mesa_BindBufferOffsetEXT(GLenum target, GLuint index, GLuint buffer, GLintptr offset); +void GLAPIENTRY +_mesa_TransformFeedbackVaryings_no_error(GLuint program, GLsizei count, + const GLchar *const *varyings, + GLenum bufferMode); + extern void GLAPIENTRY _mesa_TransformFeedbackVaryings(GLuint program, GLsizei count, const GLchar * const *varyings, |