From d08647378bc30cbd4d4e7f008263212a161d1939 Mon Sep 17 00:00:00 2001 From: Attila Afra Date: Mon, 16 Dec 2024 20:12:52 +0200 Subject: [PATCH] doc: fix external memory type recommendation --- doc/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.md b/doc/api.md index 12a524f9..65dfe992 100644 --- a/doc/api.md +++ b/doc/api.md @@ -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.