NVIDIAGameWorks / FleX

Other
664 stars 100 forks source link

Missing linking on NvFlexRegisterOGLBuffer #23

Open e3dos opened 6 years ago

e3dos commented 6 years ago

It's seems that when you link NvFlexDebugD3D_x64.lib every function works but NvFlexRegisterOGLBuffer You got to link NvFlexDebugCUDA_x64.lib to make NvFlexRegisterOGLBuffer work

mmacklin commented 6 years ago

This is correct. We don't support interop between D3D and OpenGL buffers.