From f40dd7635e95ea2033d54e7801d29dff83954dcd Mon Sep 17 00:00:00 2001 From: "H. Verbeet" Date: Tue, 27 Jun 2006 23:40:14 +0200 Subject: [PATCH] wined3d: Add register combiner function pointers. --- include/wine/wined3d_gl.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/wine/wined3d_gl.h b/include/wine/wined3d_gl.h index a960f6f20c4..304ae0ca124 100644 --- a/include/wine/wined3d_gl.h +++ b/include/wine/wined3d_gl.h @@ -1530,6 +1530,13 @@ typedef enum _GL_SupportedExt { /* 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 \