Skip to content

Commit

Permalink
docu update
Browse files Browse the repository at this point in the history
  • Loading branch information
atafra committed Jan 28, 2019
1 parent e8e4b44 commit ac57050
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ Large data like images can be passed to Open Image Denoise either via
pointers to memory allocated and managed by the user (this is the
recommended, often easier and more efficient approach, if supported by
the device) or by creating buffer objects (supported by all devices). To
create a new data buffer with memory allocated and owned by the library,
create a new data buffer with memory allocated and owned by the device,
holding `byteSize` number of bytes, use

``` cpp
Expand Down
11 changes: 6 additions & 5 deletions doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,12 @@ OIDN_ERROR_UNSUPPORTED_HARDWARE the hardware (e.g., CPU) is not supported
Buffer
------

Large data like images can be passed to Open Image Denoise either via pointers to
memory allocated and managed by the user (this is the recommended, often easier
and more efficient approach, if supported by the device) or by creating buffer
objects (supported by all devices). To create a new data buffer with memory allocated and owned by the
library, holding `byteSize` number of bytes, use
Large data like images can be passed to Open Image Denoise either via pointers
to memory allocated and managed by the user (this is the recommended, often
easier and more efficient approach, if supported by the device) or by creating
buffer objects (supported by all devices). To create a new data buffer with
memory allocated and owned by the device, holding `byteSize` number of bytes,
use

OIDNBuffer oidnNewBuffer(OIDNDevice device, size_t byteSize);

Expand Down
2 changes: 1 addition & 1 deletion doc/news.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
News, Updates, and Announcements
================================

Jan 28, 2019: Version v0.8.0 now released on GitHub
Jan 29, 2019: Version v0.8.0 now released on GitHub
---------------------------------------------------

Initial beta release version 0.8.0 is now available on the [Open Image Denoise
Expand Down
Binary file modified readme.pdf
Binary file not shown.

0 comments on commit ac57050

Please sign in to comment.