mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 08:40:11 +01:00
mesa: updated _mesa_delete_query() comments
This commit is contained in:
parent
382911bdbc
commit
b0ca50bd38
1 changed files with 1 additions and 2 deletions
|
|
@ -90,9 +90,8 @@ _mesa_wait_query(GLcontext *ctx, struct gl_query_object *q)
|
|||
|
||||
|
||||
/**
|
||||
* Delete an occlusion query object.
|
||||
* Delete a query object. Called via ctx->Driver.DeleteQuery().
|
||||
* Not removed from hash table here.
|
||||
* XXX maybe add Delete() method to gl_query_object class and call that instead
|
||||
*/
|
||||
void
|
||||
_mesa_delete_query(GLcontext *ctx, struct gl_query_object *q)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue