EXT_pds: Alias GL_NV_packed_depth_stencil to GL_EXT_packed_depth_stencil
GL_EXT_packed_depth_stencil is a functional superset of GL_NV_packed_depth_stencil. If a driver enables EXT_pds, make NV_pds available as well.
This commit is contained in:
@@ -169,6 +169,7 @@ static const struct {
|
||||
{ OFF, "GL_NV_fragment_program", F(NV_fragment_program) },
|
||||
{ OFF, "GL_NV_fragment_program_option", F(NV_fragment_program_option) },
|
||||
{ ON, "GL_NV_light_max_exponent", F(NV_light_max_exponent) },
|
||||
{ OFF, "GL_NV_packed_depth_stencil", F(EXT_packed_depth_stencil) },
|
||||
{ OFF, "GL_NV_point_sprite", F(NV_point_sprite) },
|
||||
{ OFF, "GL_NV_texture_env_combine4", F(NV_texture_env_combine4) },
|
||||
{ OFF, "GL_NV_texture_rectangle", F(NV_texture_rectangle) },
|
||||
|
Reference in New Issue
Block a user