Commit 1e56bbd
Ewan Crawford
Clarify implementation deferal of clUpdateMutableCommandsKHR (KhronosGroup#1315)
* Clarify impl deferal of clUpdateMutableCommandsKHR
Address point 1) of KhronosGroup#1309
by clarifying when an implementation may defer propogating
the changes from `clUpdateMutableCommandsKHR`.
I belive the only semantic implication of this is the removing the
restriction
> This is only possible with a command-buffer created with the CL_COMMAND_BUFFER_SIMULTANEOUS_USE_KHR flag, as without this the enqueued command-buffer must complete before any modification occurs.
So that implementations without simultaneous use support can still
defer.
* Make change a NOTE1 parent a2efd6b commit 1e56bbd
1 file changed
Lines changed: 7 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16494 | 16494 | | |
16495 | 16495 | | |
16496 | 16496 | | |
16497 | | - | |
16498 | | - | |
16499 | | - | |
16500 | | - | |
16501 | | - | |
16502 | | - | |
16503 | | - | |
16504 | | - | |
16505 | | - | |
| 16497 | + | |
| 16498 | + | |
| 16499 | + | |
| 16500 | + | |
| 16501 | + | |
| 16502 | + | |
| 16503 | + | |
16506 | 16504 | | |
16507 | 16505 | | |
16508 | 16506 | | |
| |||
0 commit comments