Skip to content

Commit

Permalink
Fix target::host_task rendering in programming_interface
Browse files Browse the repository at this point in the history
Cherry pick KhronosGroup#637 from main
(cherry picked from commit f6925da)
  • Loading branch information
gmlueck committed Oct 4, 2024
1 parent 84eabcd commit f5cce5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5461,7 +5461,7 @@ accessor<T, Dimensions, Mode, Targ> get_access(handler& commandGroupHandler)
access mode and target in the command group buffer.
The value of target can be [code]#target::device#,
[code]#target::constant_buffer# or
[code]#target::host_task.
[code]#target::host_task#.

a@
[source]
Expand All @@ -5488,7 +5488,7 @@ accessor<T, Dimensions, Mode, Targ> get_access(handler& commandGroupHandler,
<<ranged-accessor>>, where the range starts at the given offset from the
beginning of the buffer. The value of target can be
[code]#target::device#, [code]#target::constant_buffer# or
[code]#target::host_task.
[code]#target::host_task#.

Throws an [code]#exception# with the [code]#errc::invalid# error code if
the sum of [code]#accessRange# and [code]#accessOffset# exceeds the range of
Expand Down

0 comments on commit f5cce5c

Please sign in to comment.