Skip to content

Commit

Permalink
remove attributes size >4 test
Browse files Browse the repository at this point in the history
  • Loading branch information
jstaab committed Mar 9, 2022
1 parent 7fec675 commit 078459f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/@deck.gl/layers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ new TextLayer({
extensions: [],
});

// @ts-expect-error -- size must be <= 4
new TextLayer({
data: {
attributes: { getPosition: { size: 100, stride: 1, value: new Int8Array() } },
length: 4,
zExtraAttribute: true,
},
});

new TextLayer({
data: {
attributes: { getPosition: { size: 2, stride: 1, value: new Int8Array() } },
Expand Down

0 comments on commit 078459f

Please sign in to comment.