mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-19 06:40:32 +01:00
mesa: update PointParameter usage
This commit is contained in:
parent
a90cae8a17
commit
7ee599d30b
1 changed files with 2 additions and 2 deletions
|
|
@ -1109,9 +1109,9 @@ _mesa_PopAttrib(void)
|
|||
}
|
||||
_mesa_set_enable(ctx, GL_POINT_SPRITE_NV,point->PointSprite);
|
||||
if (ctx->Extensions.NV_point_sprite)
|
||||
_mesa_PointParameteriNV(GL_POINT_SPRITE_R_MODE_NV,
|
||||
_mesa_PointParameteri(GL_POINT_SPRITE_R_MODE_NV,
|
||||
ctx->Point.SpriteRMode);
|
||||
_mesa_PointParameterfEXT(GL_POINT_SPRITE_COORD_ORIGIN,
|
||||
_mesa_PointParameterf(GL_POINT_SPRITE_COORD_ORIGIN,
|
||||
(GLfloat)ctx->Point.SpriteOrigin);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue