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

Method ~Texture

include/Texture.hpp:44–44  ·  view source on GitHub ↗

* On destruction, unload the Texture. */

Source from the content-addressed store, hash-verified

42 * On destruction, unload the Texture.
43 */
44 ~Texture() { Unload(); }
45
46 /**
47 * Move assignment.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected