EXT_disjoint_timer_query: deleteQueryEXT() method
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Phương thức EXT_disjoint_timer_query.deleteQueryEXT() của WebGL API xóa một đối tượng WebGLQuery đã cho.
Cú pháp
js
deleteQueryEXT(query)
Tham số
query-
Một đối tượng
WebGLQuerycần xóa.
Giá trị trả về
Không có (undefined).
Ví dụ
js
const ext = gl.getExtension("EXT_disjoint_timer_query");
const query = ext.createQueryEXT();
// …
ext.deleteQueryEXT(query);
Thông số kỹ thuật
| Specification |
|---|
| WebGL EXT_disjoint_timer_query Extension Specification> |