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

Method IsValid

include/MaterialUnmanaged.hpp:80–80  ·  view source on GitHub ↗

* Check if material is ready. */

Source from the content-addressed store, hash-verified

78 * Check if material is ready.
79 */
80 RLCPP_NODISCARD bool IsValid() const { return ::IsMaterialValid(*this); }
81
82protected:
83 void set(const ::Material& material) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected