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

Class points_t

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

Source from the content-addressed store, hash-verified

377};
378
379struct points_t {
380 std::vector<index_t> indices; // indices for points
381};
382
383struct shape_t {
384 std::string name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected