mirror of
https://github.com/gpujs/gpu.js.git
synced 2026-01-25 16:08:02 +00:00
typo again
This commit is contained in:
parent
87ba9c8796
commit
91e7e5eaf0
@ -70,7 +70,7 @@ float _coordToIndex_(vec2 coord) {
|
||||
|
||||
void main(float* a, float* b) {
|
||||
vec2 _vecId_ = get_global_id();
|
||||
float _id_ = _vecId_.x + _vecId_.y * _W_;
|
||||
float _id_ = _coordToIndex_(_vecId_);
|
||||
|
||||
vec3 _thread_ = _indexTo3D_(_id_);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user