mirror of
https://github.com/gpujs/gpu.js.git
synced 2026-01-25 16:08:02 +00:00
fix: Test that getExtension is set to be able to use on TravisCI fix: Remove wraparound, is no longer being used anywhere fix: add getMemoryOptimizedPackedTextureSize to string kernel fix: Remove console.log() usage fix: Move addFunction functionality into new utils method `functionToIFunction` fix: Fix mergeSettings to use `functions` settings and use `functionToIFunction` fix: Remove the spread operator for now, for compatibility with safari fix: Add typings for `setFunctions` fix; Failing unit tests for sarafi feat: Add CONTRIBUTING.md feat: Add ISSUE_TEMPLATE.md fix: Remove typescript from dependencies fix: Document, document, document fix: Bump version and build
21 lines
645 B
Markdown
21 lines
645 B
Markdown
<!-- If you don't mind add a fun gif or meme, but no pressure -->
|
|

|
|
|
|
## *What* is wrong?
|
|
<!-- Ex. run takes really long -->
|
|
|
|
## *Where* does it happen?
|
|
<!-- Ex. In GPU.js when trying to run a math function in node.js on my mac -->
|
|
|
|
## *How* do we replicate the issue?
|
|
<!-- Please be specific as possible. Use dashes (-) or numbers (1.) to create a list of steps -->
|
|
|
|
## *How* important is this (1-5)?
|
|
<!-- On a scale from 1-5 where 5 is the most important how would you rate it? -->
|
|
|
|
## Expected behavior (i.e. solution)
|
|
<!-- What do you think should have happened? -->
|
|
|
|
|
|
## Other Comments
|