5 #ifndef FLUTTER_IMPELLER_RENDERER_BACKEND_VULKAN_BINDING_HELPERS_VK_H_
6 #define FLUTTER_IMPELLER_RENDERER_BACKEND_VULKAN_BINDING_HELPERS_VK_H_
10 #include "fml/status_or.h"
19 const ContextVK& context,
20 const std::shared_ptr<CommandEncoderVK>& encoder,
21 const std::vector<Command>& commands,
22 const TextureVK& input_attachment);
25 const ContextVK& context,
26 const std::shared_ptr<CommandEncoderVK>& encoder,
27 const std::vector<ComputeCommand>& commands);
31 #endif // FLUTTER_IMPELLER_RENDERER_BACKEND_VULKAN_BINDING_HELPERS_VK_H_