MCPcopy Create free account
hub / github.com/defold/defold / VerifyFontMapMinFilter

Function VerifyFontMapMinFilter

engine/render/src/render/font/fontmap.cpp:834–837  ·  view source on GitHub ↗

Test functions begin

Source from the content-addressed store, hash-verified

832
833 // Test functions begin
834 bool VerifyFontMapMinFilter(dmRender::HFontMap font_map, dmGraphics::TextureFilter filter)
835 {
836 return font_map->m_MinFilter == filter;
837 }
838
839 bool VerifyFontMapMagFilter(dmRender::HFontMap font_map, dmGraphics::TextureFilter filter)
840 {

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68