Skip to content

Commit

Permalink
wip: reimplementation of ShaderFloatArray using IEEE 754 encoding sch…
Browse files Browse the repository at this point in the history
…eme for better precision
  • Loading branch information
lojjic committed Mar 11, 2022
1 parent 752e302 commit f5ba32e
Show file tree
Hide file tree
Showing 6 changed files with 891 additions and 147 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ module.exports = {

// The glob patterns Jest uses to detect test files
testMatch: [
"**/__tests__/**/[^_]*.[jt]s?(x)",
"**/__tests__/**/[^_]*.test.[jt]s?(x)",
//"**/?(*.)+(spec|test).[tj]s?(x)"
],

Expand Down
Loading

0 comments on commit f5ba32e

Please sign in to comment.