MCPcopy 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
72void Tr2SSAO::SetQuality( SSAOQuality quality, bool downsampled )
73{
74 m_detail.quality = quality;
75 m_detail.downsampled = downsampled;
76}
77
78
79HRESULT Tr2SSAO::ApplyConstBuffer( unsigned pass, Tr2RenderContext& renderContext )

Callers 1

PropagateSettingsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected