Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
187
TextureFilter SamplerKey::GetTextureFilter() const
188
{
189
return static_cast<TextureFilter>(GetStateByte(m_sampler, kMinFilterByte));
190
}
191
192
TextureWrapping SamplerKey::GetWrapSMode() const
193
{
Callers
1
GetSampler
Method · 0.45
Calls
1
GetStateByte
Function · 0.85
Tested by
no test coverage detected