瀏覽代碼

mesa: updated _mesa_delete_query() comments

tags/mesa_7_3_rc1
Brian Paul 17 年之前
父節點
當前提交
b0ca50bd38
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. 1
    2
      src/mesa/main/queryobj.c

+ 1
- 2
src/mesa/main/queryobj.c 查看文件

@@ -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…
取消
儲存