You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// NOTE: We skip writing "target" because the spec says its usage can be inferred.
cgltf_write_extras(context, &view->extras);
cgltf_write_line(context, "}");
}
should (according to the spec) write the property target when the bufferview is used for attributes or indices:
When a buffer view is used by vertex indices or attribute accessors it SHOULD specify bufferView.target with a value of element array buffer or array buffer respectively.
This is just an enhancement, not an error :)
The text was updated successfully, but these errors were encountered:
The function
cgltf/cgltf_write.h
Lines 559 to 570 in 561455e
should (according to the spec) write the property target when the bufferview is used for attributes or indices:
This is just an enhancement, not an error :)
The text was updated successfully, but these errors were encountered: