Skip to content

Commit a72fc14

Browse files
RossBruntonkrishna2803
authored andcommitted
[NFC][Offload] Clarify olDestroyQueue (llvm#152132)
This has no code changes.
1 parent e90f5e1 commit a72fc14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

offload/liboffload/API/Queue.td

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ def : Function {
2424
def : Function {
2525
let name = "olDestroyQueue";
2626
let desc = "Destroy the queue and free all underlying resources.";
27-
let details = [];
27+
let details = [
28+
"Any work previously enqueued to the queue is still performed and any events generated for this queue remain valid."
29+
];
2830
let params = [
2931
Param<"ol_queue_handle_t", "Queue", "handle of the queue", PARAM_IN>
3032
];

0 commit comments

Comments
 (0)