typedef ShaderWarmUpImageCallback = bool Function(Image);
typedef ShaderWarmUpImageCallable = Callable1<bool, Image>;