Skip to content

Commit

Permalink
doc: fix external memory type recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
atafra committed Dec 16, 2024
1 parent add9208 commit d086473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ handle type which is supported by both the Open Image Denoise device
(see `externalMemoryTypes` device parameter) and the graphics API. Note that
different GPU vendors may support different handle types. To ensure compatibility
with all device types, applications should support at least
`OIDN_EXTERNAL_MEMORY_TYPE_FLAG_OPAQUE_FD` on Windows and both
`OIDN_EXTERNAL_MEMORY_TYPE_FLAG_OPAQUE_WIN32` on Windows and both
`OIDN_EXTERNAL_MEMORY_TYPE_FLAG_OPAQUE_FD` and
`OIDN_EXTERNAL_MEMORY_TYPE_FLAG_DMA_BUF` on Linux. All possible external memory
types are listed in the table below.
Expand Down

0 comments on commit d086473

Please sign in to comment.