MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / GetTexture

Method GetTexture

include/FontUnmanaged.hpp:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 * Get the texture atlas containing the glyphs.
88 */
89 TextureUnmanaged GetTexture() { return texture; }
90 RLCPP_NODISCARD TextureUnmanaged GetTexture() const { return texture; }
91
92 /**

Callers 2

mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected