mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-17 12:30:33 +01:00
program: Drop GL_FRAGMENT_PROGRAM_NV from switch statement.
This commit is contained in:
parent
b94a46aa8e
commit
de2ef0401b
1 changed files with 0 additions and 1 deletions
|
|
@ -219,7 +219,6 @@ _mesa_new_program(struct gl_context *ctx, GLenum target, GLuint id)
|
|||
struct gl_vertex_program *prog = CALLOC_STRUCT(gl_vertex_program);
|
||||
return _mesa_init_gl_program(&prog->Base, target, id);
|
||||
}
|
||||
case GL_FRAGMENT_PROGRAM_NV:
|
||||
case GL_FRAGMENT_PROGRAM_ARB: {
|
||||
struct gl_fragment_program *prog = CALLOC_STRUCT(gl_fragment_program);
|
||||
return _mesa_init_gl_program(&prog->Base, target, id);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue