Hacker News new | ask | show | jobs
by deltakosh 3452 days ago
Just pushed an update to remove the string concat. No evidence of broken cache as all references to activeTextureCache use texture channel index.
1 comments

You won't see it in the code. Run it through the debugger; the value of "channel" is sometimes the value of the GL enum rather than the index of the texture unit.

It could've been fixed since as well.