MCPcopy Create free account
hub / github.com/SaschaWillems/HowToVulkan / Valid

Method Valid

source/external/tinyobj/tiny_obj_loader.h:565–565  ·  view source on GitHub ↗

.obj was loaded or parsed correctly.

Source from the content-addressed store, hash-verified

563 /// .obj was loaded or parsed correctly.
564 ///
565 bool Valid() const { return valid_; }
566
567 const attrib_t &GetAttrib() const { return attrib_; }
568

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected