diff options
author | Pierre-Eric Pelloux-Prayer <[email protected]> | 2019-09-09 17:26:30 +0200 |
---|---|---|
committer | Pierre-Eric Pelloux-Prayer <[email protected]> | 2019-10-18 10:26:26 +0200 |
commit | a4e935f2d70304a89104157378a4033ba10cd3e0 (patch) | |
tree | 54ea483ec003a18ccb4c3adbbf0c05780afba006 /src/mesa/main/arbprogram.h | |
parent | 78b65343e85accface55b60ee26d46df4933afa9 (diff) |
mesa: add EXT_dsa + EXT_gpu_program_parameters functions
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa/main/arbprogram.h')
-rw-r--r-- | src/mesa/main/arbprogram.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/arbprogram.h b/src/mesa/main/arbprogram.h index 0a86e9d5e18..d7fa15ba570 100644 --- a/src/mesa/main/arbprogram.h +++ b/src/mesa/main/arbprogram.h @@ -121,6 +121,9 @@ extern void GLAPIENTRY _mesa_ProgramLocalParameters4fvEXT(GLenum target, GLuint index, GLsizei count, const GLfloat *params); +extern void GLAPIENTRY +_mesa_NamedProgramLocalParameters4fvEXT(GLuint program, GLenum target, GLuint index, + GLsizei count, const GLfloat *params); extern void GLAPIENTRY _mesa_GetProgramEnvParameterdvARB(GLenum target, GLuint index, |