소스 검색

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…
취소
저장