Skip to content

Commit

Permalink
Merge pull request KhronosGroup#637 from dmitriy-sobolev/dmitriy-sobo…
Browse files Browse the repository at this point in the history
…lev/fix-rendering

Fix target::host_task rendering in programming_interface
  • Loading branch information
gmlueck authored Oct 4, 2024
2 parents 23f8a15 + 22b9170 commit f6925da
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 @@ -5463,7 +5463,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 @@ -5490,7 +5490,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 f6925da

Please sign in to comment.