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

Method IsValid

include/ShaderUnmanaged.hpp:149–149  ·  view source on GitHub ↗

* Retrieves whether or not the shader is ready. */

Source from the content-addressed store, hash-verified

147 * Retrieves whether or not the shader is ready.
148 */
149 RLCPP_NODISCARD bool IsValid() const { return ::IsShaderValid(*this); }
150protected:
151 void set(const ::Shader& shader) {
152 id = shader.id;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected