mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-21 20:21:19 +00:00
Remove the deprecated nv20 renderer
This commit is contained in:
parent
ff99aa9477
commit
17d609564a
3 changed files with 0 additions and 15 deletions
|
@ -296,7 +296,6 @@ set(src_renderer
|
|||
renderer/draw_arb.cpp
|
||||
renderer/draw_arb2.cpp
|
||||
renderer/draw_common.cpp
|
||||
renderer/draw_nv20.cpp
|
||||
renderer/tr_backend.cpp
|
||||
renderer/tr_deform.cpp
|
||||
renderer/tr_font.cpp
|
||||
|
|
|
@ -87,7 +87,6 @@ typedef struct glconfig_s {
|
|||
bool isFullscreen;
|
||||
|
||||
bool allowNV30Path;
|
||||
bool allowNV20Path;
|
||||
bool allowARB2Path;
|
||||
|
||||
bool isInitialized;
|
||||
|
|
|
@ -65,19 +65,6 @@ extern PFNGLUNMAPBUFFERARBPROC qglUnmapBufferARB;
|
|||
extern PFNGLGETBUFFERPARAMETERIVARBPROC qglGetBufferParameterivARB;
|
||||
extern PFNGLGETBUFFERPOINTERVARBPROC qglGetBufferPointervARB;
|
||||
|
||||
|
||||
// NV_register_combiners
|
||||
extern void ( APIENTRY *qglCombinerParameterfvNV )( GLenum pname, const GLfloat *params );
|
||||
extern void ( APIENTRY *qglCombinerParameterivNV )( GLenum pname, const GLint *params );
|
||||
extern void ( APIENTRY *qglCombinerParameterfNV )( GLenum pname, const GLfloat param );
|
||||
extern void ( APIENTRY *qglCombinerParameteriNV )( GLenum pname, const GLint param );
|
||||
extern void ( APIENTRY *qglCombinerInputNV )( GLenum stage, GLenum portion, GLenum variable, GLenum input,
|
||||
GLenum mapping, GLenum componentUsage );
|
||||
extern void ( APIENTRY *qglCombinerOutputNV )( GLenum stage, GLenum portion, GLenum abOutput, GLenum cdOutput,
|
||||
GLenum sumOutput, GLenum scale, GLenum bias, GLboolean abDotProduct,
|
||||
GLboolean cdDotProduct, GLboolean muxSum );
|
||||
extern void ( APIENTRY *qglFinalCombinerInputNV )( GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage );
|
||||
|
||||
// 3D textures
|
||||
extern void ( APIENTRY *qglTexImage3D)(GLenum, GLint, GLint, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *);
|
||||
|
||||
|
|
Loading…
Reference in a new issue