setTactic and tactic are missing in kernel
- Dominant language
- JavaScript
- Stars
- 15.5k
- Forks
- 663
- PR merge metrics
- No merged PRs in 30d
Description
[](https://media.tenor.com/94yCgvi1YwEAAAAC/attention-hello.gif)
## *What* is wrong?
Kernels are created without setTactic function and tactic field. I need this to set to high precision so that my noise function doesn't look like poop
## *Where* does it happen?
## *How* do we replicate the issue?
## *How* important is this (1-5)?
3
## Expected behavior (i.e. solution)
call to function and function runs
## Other Comments
Error Message:
`Uncaught (in promise) TypeError: func.setTactic is not a function`
func is a kernel made with gpu.createKernel();
Contributor guide
Research direction
Start at the gpu.createKernel() entry point and trace how the kernel object is created. Investigate why the resulting kernel lacks setTactic and tactic, then verify that calling setTactic works and the kernel runs with the requested precision.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- computer-graphics
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100