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

Method IsValid

include/RenderTextureUnmanaged.hpp:106–106  ·  view source on GitHub ↗

* Retrieves whether or not the render texture is ready. */

Source from the content-addressed store, hash-verified

104 * Retrieves whether or not the render texture is ready.
105 */
106 RLCPP_NODISCARD bool IsValid() const { return ::IsRenderTextureValid(*this); }
107
108protected:
109 void set(const ::RenderTexture& renderTexture) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected