| 294 | } |
| 295 | |
| 296 | void TextureMatrix::staticShiftCallback(const std::string& name, void* data) { |
| 297 | ((TextureMatrix*)data)->shiftCallback(name); |
| 298 | } |
| 299 | |
| 300 | |
| 301 | void TextureMatrix::spinCallback(const std::string& /*name*/) { |
nothing calls this directly
no test coverage detected