MCPcopy Create free account
hub / github.com/comaps/comaps / GetTextureFilter

Method GetTextureFilter

libs/drape/vulkan/vulkan_utils.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187TextureFilter SamplerKey::GetTextureFilter() const
188{
189 return static_cast<TextureFilter>(GetStateByte(m_sampler, kMinFilterByte));
190}
191
192TextureWrapping SamplerKey::GetWrapSMode() const
193{

Callers 1

GetSamplerMethod · 0.45

Calls 1

GetStateByteFunction · 0.85

Tested by

no test coverage detected