10 ms·
Just pushed an update to remove the string concat. No evidence of broken cache as all references to activeTextureCache use texture channel index.
by deltakosh 10y ago
Just pushed an update to remove the string concat.
No evidence of broken cache as all references to activeTextureCache use texture channel index.
- jeremiep 10y agoYou 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.