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

Function IsValid

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

* Retrieve whether or not the Image has been loaded. * * @return True or false depending on whether the Image has been loaded. */

Source from the content-addressed store, hash-verified

752 * @return True or false depending on whether the Image has been loaded.
753 */
754 RLCPP_NODISCARD bool IsValid() const { return ::IsImageValid(*this); }
755
756 /**
757 * Create an image from a selected channel of another image (GRAYSCALE)

Callers 13

LoadMethod · 0.70
UnloadMethod · 0.70
LoadMethod · 0.70
LoadMethod · 0.70
LoadMethod · 0.70
LoadMethod · 0.70
LoadMethod · 0.70
UnloadMethod · 0.70
LoadMethod · 0.70
LoadMethod · 0.70
UnloadMethod · 0.70
LoadMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected