Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ SetFilter
Method
SetFilter
libs/drape/texture.cpp:77–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
void Texture::SetFilter(TextureFilter filter)
78
{
79
ASSERT(m_hwTexture != nullptr, ());
80
m_hwTexture->SetFilter(filter);
81
}
82
83
// static
84
bool Texture::IsPowerOfTwo(uint32_t width, uint32_t height)
Callers
1
ApplyTextures
Method · 0.45
Calls
1
ASSERT
Function · 0.85
Tested by
no test coverage detected