| 290 | } |
| 291 | |
| 292 | void TextureMatrix::staticScaleCallback(const std::string& name, void* data) { |
| 293 | ((TextureMatrix*)data)->scaleCallback(name); |
| 294 | } |
| 295 | |
| 296 | void TextureMatrix::staticShiftCallback(const std::string& name, void* data) { |
| 297 | ((TextureMatrix*)data)->shiftCallback(name); |
nothing calls this directly
no test coverage detected