MCPcopy Create free account
hub / github.com/arrayfire/forge / depth

Method depth

src/backend/opengl/font_atlas_impl.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155size_t FontAtlas::depth() const
156{
157 return mDepth;
158}
159
160glm::vec4 FontAtlas::getRegion(const size_t pWidth, const size_t pHeight)
161{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected