You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
optix7course/example11_denoiseColorOnly/SampleRenderer.cpp: In member function ‘void osc::SampleRenderer::render()’:
optix7course/example11_denoiseColorOnly/SampleRenderer.cpp:643:20: error: ‘OptixDenoiserParams’ {aka ‘struct OptixDenoiserParams’} has no member named ‘denoiseAlpha’
643 | denoiserParams.denoiseAlpha = OPTIX_DENOISER_ALPHA_MODE_ALPHA_AS_AOV;
| ^~~~~~~~~~~~
optix7course/example11_denoiseColorOnly/SampleRenderer.cpp:643:35: error: ‘OPTIX_DENOISER_ALPHA_MODE_ALPHA_AS_AOV’ was not declared in this scope; did you mean ‘OPTIX_DENOISER_ALPHA_MODE_DENOISE’?
643 | denoiserParams.denoiseAlpha = OPTIX_DENOISER_ALPHA_MODE_ALPHA_AS_AOV;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| OPTIX_DENOISER_ALPHA_MODE_DENOISE
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: