mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 14:30:10 +01:00
enable GL_ARB/NV_point_sprite together
This commit is contained in:
parent
ed6e591270
commit
03cfeb31af
1 changed files with 1 additions and 0 deletions
|
|
@ -175,6 +175,7 @@ void st_init_extensions(struct st_context *st)
|
|||
|
||||
if (pipe->get_param(pipe, PIPE_CAP_POINT_SPRITE)) {
|
||||
ctx->Extensions.ARB_point_sprite = GL_TRUE;
|
||||
ctx->Extensions.NV_point_sprite = GL_TRUE;
|
||||
}
|
||||
|
||||
if (pipe->get_param(pipe, PIPE_CAP_OCCLUSION_QUERY)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue