MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / GetFilterMode

Method GetFilterMode

src/Nazara/Renderer/TextureSampler.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 SamplerFilter TextureSampler::GetFilterMode() const
39 {
40 return m_filterMode;
41 }
42
43 SamplerWrap TextureSampler::GetWrapMode() const
44 {

Callers 1

SaveToParametersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected