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

Method callback_t

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

Source from the content-addressed store, hash-verified

448 void (*object_cb)(void *user_data, const char *name);
449
450 callback_t()
451 : vertex_cb(NULL),
452 vertex_color_cb(NULL),
453 normal_cb(NULL),
454 texcoord_cb(NULL),
455 index_cb(NULL),
456 usemtl_cb(NULL),
457 mtllib_cb(NULL),
458 group_cb(NULL),
459 object_cb(NULL) {}
460};
461
462class MaterialReader {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected