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

Method GetWrapSMode

libs/drape/vulkan/vulkan_utils.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192TextureWrapping SamplerKey::GetWrapSMode() const
193{
194 return static_cast<TextureWrapping>(GetStateByte(m_sampler, kWrapSModeByte));
195}
196
197TextureWrapping SamplerKey::GetWrapTMode() const
198{

Callers 1

GetSamplerMethod · 0.80

Calls 1

GetStateByteFunction · 0.85

Tested by

no test coverage detected