gpujs / gpujs/gpu.js

setTactic and tactic are missing in kernel

Ouverte
#800 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
JavaScript
Étoiles
15.5k
Forks
663
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

[![image](https://user-images.githubusercontent.com/80491863/204686680-c14c815a-10fe-4319-832c-7618530da9d3.png)](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();

Guide de contribution

Ouvrir le guide de contribution

Piste de recherche

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.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
javascript
Domaine
computer-graphics
Type d'issue
Bug
Difficulté
3/5
Temps estimé
1-2 jours
Activité
À l'abandon
Clarté
À clarifier
Accessibilité débutants
30/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.