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

Function LoadTexture

include/Image.hpp:726–726  ·  view source on GitHub ↗

* Load texture from image data. */

Source from the content-addressed store, hash-verified

724 * Load texture from image data.
725 */
726 RLCPP_NODISCARD ::Texture2D LoadTexture() const { return ::LoadTextureFromImage(*this); }
727
728 /**
729 * Loads a texture from the image data.

Callers 3

mainFunction · 0.85
Image.hppFile · 0.85
LoadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected