MCPcopy 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
77void Texture::SetFilter(TextureFilter filter)
78{
79 ASSERT(m_hwTexture != nullptr, ());
80 m_hwTexture->SetFilter(filter);
81}
82
83// static
84bool Texture::IsPowerOfTwo(uint32_t width, uint32_t height)

Callers 1

ApplyTexturesMethod · 0.45

Calls 1

ASSERTFunction · 0.85

Tested by

no test coverage detected