Skip to content

Commit 5ce32c6

Browse files
author
Renaud Gaubert
committed
Add initial support for Optix
Signed-off-by: Renaud Gaubert <[email protected]>
1 parent d223dc5 commit 5ce32c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/nvc_info.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ static const char * const graphics_libs[] = {
9292
"libnvidia-glsi.so", /* OpenGL system interaction (used by libEGL_nvidia) */
9393
"libnvidia-fbc.so", /* Framebuffer capture */
9494
"libnvidia-ifr.so", /* OpenGL framebuffer capture */
95+
"libnvidia-rtcore.so", /* Optix */
96+
"libnvoptix.so", /* Optix */
9597
};
9698

9799
static const char * const graphics_libs_glvnd[] = {

0 commit comments

Comments
 (0)