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

Class __points_t

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

Internal data structure for points representation

Source from the content-addressed store, hash-verified

723
724// Internal data structure for points representation
725struct __points_t {
726 // p v1 v2 ...
727 // In the specification, point primitrive does not have normal index and
728 // texture coord index, but TinyObjLoader allow it.
729 std::vector<vertex_index_t> vertex_indices;
730};
731
732struct tag_sizes {
733 tag_sizes() : num_ints(0), num_reals(0), num_strings(0) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected