typo again

This commit is contained in:
Fazli Sapuan 2016-01-23 22:55:30 +08:00
parent 87ba9c8796
commit 91e7e5eaf0

View File

@ -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_);