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

Function IsValid

include/MeshUnmanaged.hpp:239–239  ·  view source on GitHub ↗

* Returns whether or not the Mesh is valid. */

Source from the content-addressed store, hash-verified

237 * Returns whether or not the Mesh is valid.
238 */
239 RLCPP_NODISCARD bool IsValid() const { return vaoId != 0 && vertexCount > 0; }
240
241protected:
242 void set(const ::Mesh& mesh) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected