enable GL_ARB/NV_point_sprite together

This commit is contained in:
Brian
2007-11-07 15:57:19 -07:00
parent ed6e591270
commit 03cfeb31af

View File

@@ -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)) {