5 #ifndef FLUTTER_IMPELLER_RENDERER_TEXTURE_MIPMAP_H_
6 #define FLUTTER_IMPELLER_RENDERER_TEXTURE_MIPMAP_H_
8 #include "flutter/fml/status.h"
17 const std::shared_ptr<CommandBuffer>& command_buffer,
18 const std::shared_ptr<Context>& context,
19 const std::shared_ptr<Texture>& texture);
fml::Status AddMipmapGeneration(const std::shared_ptr< CommandBuffer > &command_buffer, const std::shared_ptr< Context > &context, const std::shared_ptr< Texture > &texture)
Adds a blit command to the render pass.