Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
192
TextureWrapping SamplerKey::GetWrapSMode() const
193
{
194
return static_cast<TextureWrapping>(GetStateByte(m_sampler, kWrapSModeByte));
195
}
196
197
TextureWrapping SamplerKey::GetWrapTMode() const
198
{
Callers
1
GetSampler
Method · 0.80
Calls
1
GetStateByte
Function · 0.85
Tested by
no test coverage detected