提交 16b0e10e 编写于 作者: M Matt Pharr

GPU path: Workaround bug in recent NVIDIA drivers.

Issue #226.
上级 c7e3879c
......@@ -1054,6 +1054,10 @@ OptixModule OptiXAggregate::createOptiXModule(OptixDeviceContext optixContext,
moduleCompileOptions.debugLevel = OPTIX_COMPILE_DEBUG_LEVEL_NONE;
#endif
// Workaround driver 510/511 bug with debug builds.
// (See https://github.com/mmp/pbrt-v4/issues/226).
moduleCompileOptions.debugLevel = OPTIX_COMPILE_DEBUG_LEVEL_NONE;
OptixPipelineCompileOptions pipelineCompileOptions = getPipelineCompileOptions();
char log[4096];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册