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

Method GetWrapTMode

libs/drape/vulkan/vulkan_utils.cpp:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197TextureWrapping SamplerKey::GetWrapTMode() const
198{
199 return static_cast<TextureWrapping>(GetStateByte(m_sampler, kWrapTModeByte));
200}
201
202bool SamplerKey::operator<(SamplerKey const & rhs) const
203{

Callers 1

GetSamplerMethod · 0.80

Calls 1

GetStateByteFunction · 0.85

Tested by

no test coverage detected