Module: wine Branch: refs/heads/master Commit: f40dd7635e95ea2033d54e7801d29dff83954dcd URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=f40dd7635e95ea2033d54e78...
Author: H. Verbeet hverbeet@gmail.com Date: Tue Jun 27 23:40:14 2006 +0200
wined3d: Add register combiner function pointers.
---
include/wine/wined3d_gl.h | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/include/wine/wined3d_gl.h b/include/wine/wined3d_gl.h index a960f6f..304ae0c 100644 --- a/include/wine/wined3d_gl.h +++ b/include/wine/wined3d_gl.h @@ -1530,6 +1530,13 @@ #define GL_EXT_FUNCS_GEN \ /* GL_ATI_separate_stencil */ \ USE_GL_FUNC(PGLFNSTENCILOPSEPARATEATIPROC, glStencilOpSeparateATI); \ USE_GL_FUNC(PGLFNSTENCILFUNCSEPARATEATIPROC, glStencilFuncSeparateATI); \ + /* GL_NV_register_combiners */ \ + USE_GL_FUNC(PGLFNCOMBINERINPUTNVPROC, glCombinerInputNV); \ + USE_GL_FUNC(PGLFNCOMBINEROUTPUTNVPROC, glCombinerOutputNV); \ + USE_GL_FUNC(PGLFNCOMBINERPARAMETERFNVPROC, glCombinerParameterfNV); \ + USE_GL_FUNC(PGLFNCOMBINERPARAMETERFVNVPROC, glCombinerParameterfvNV); \ + USE_GL_FUNC(PGLFNCOMBINERPARAMETERINVPROC, glCombinerParameteriNV); \ + USE_GL_FUNC(PGLFNCOMBINERPARAMETERIVNVPROC, glCombinerParameterivNV); \
/* OpenGL 2.0 functions */ #define GL2_FUNCS_GEN \