| 275 | } |
| 276 | |
| 277 | s32 parse(Mesh &m, Buffer &buf, CompileOptions &opts) |
| 278 | { |
| 279 | return parse_internal(m, buf, opts, NULL); |
| 280 | } |
| 281 | |
| 282 | s32 parse(Mesh &m, const char *path, CompileOptions &opts) |
| 283 | { |
nothing calls this directly
no test coverage detected