16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 15:09:19 +02:00

make gtao quality variant actually selectable

This commit is contained in:
Wls50
2025-11-29 13:03:58 +01:00
committed by Hirek
parent 7316a35b00
commit 3f68c543bb
2 changed files with 24 additions and 17 deletions

View File

@@ -26,7 +26,7 @@ struct NvSsao {
nvrhi::ShaderHandle m_CSGTAOMedium;
nvrhi::ShaderHandle m_CSGTAOHigh;
nvrhi::ShaderHandle m_CSGTAOUltra;
nvrhi::ComputePipelineHandle m_PSOGTAO;
std::array<nvrhi::ComputePipelineHandle, 4> m_PSOGTAO;
nvrhi::BindingSetHandle m_BSGTAO;
nvrhi::ShaderHandle m_CSDenoisePass;