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

Function DecodeTextureFilter

libs/drape/hw_texture.cpp:74–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74glConst DecodeTextureFilter(TextureFilter filter)
75{
76 switch (filter)
77 {
78 case TextureFilter::Linear: return gl_const::GLLinear;
79 case TextureFilter::Nearest: return gl_const::GLNearest;
80 }
81 UNREACHABLE();
82}
83
84glConst DecodeTextureWrapping(TextureWrapping wrapping)
85{

Callers 2

CreateMethod · 0.85
SetFilterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected