Quality enhacements.

This commit is contained in:
Justin Marshall
2026-05-10 03:41:48 -07:00
parent b441556af8
commit 4a53e6a186
2 changed files with 282 additions and 27 deletions
+1 -1
View File
@@ -12707,7 +12707,7 @@ void glLightScene(glRaytracingSceneHandle_t sceneHandle)
raySpp,
activeMaxBounces,
useDLSSRayReconstruction ? 0 : 1,
useDLSSRayReconstruction ? 0.0f : 1.0f);
useDLSSRayReconstruction ? 0.0f : 0.45f);
glRaytracingLightingSetEmissiveInput(sceneEmissive, QD3D12_EmissiveFormat);
glRaytracingLightingSetSpecularInput(sceneSpecular, QD3D12_SpecularAlbedoFormat);