Skip to content

Commit

Permalink
Merge pull request #313 from CesiumGS/subtree-buffer-structure-valida…
Browse files Browse the repository at this point in the history
…tion

Subtree buffer structure validation
  • Loading branch information
lilleyse authored Jul 3, 2024
2 parents 85cd9b9 + 07ec061 commit 85b3550
Show file tree
Hide file tree
Showing 9 changed files with 564 additions and 102 deletions.
3 changes: 2 additions & 1 deletion specs/BinaryBufferStructureSpec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ function performTestValidation(
if (
BinaryBufferStructureValidator.validateBinaryBufferStructure(
path,
binaryBufferStructure,
binaryBufferStructure.buffers,
binaryBufferStructure.bufferViews,
firstBufferUriIsRequired,
context
)
Expand Down
Loading

0 comments on commit 85b3550

Please sign in to comment.