Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ SetQuality
Method
SetQuality
trinity/Tr2SSAO.cpp:72–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
void Tr2SSAO::SetQuality( SSAOQuality quality, bool downsampled )
73
{
74
m_detail.quality = quality;
75
m_detail.downsampled = downsampled;
76
}
77
78
79
HRESULT Tr2SSAO::ApplyConstBuffer( unsigned pass, Tr2RenderContext& renderContext )
Callers
1
PropagateSettings
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected