#include "impeller/renderer/backend/vulkan/compute_pass_vk.h"#include "flutter/fml/trace_event.h"#include "impeller/renderer/backend/vulkan/binding_helpers_vk.h"#include "impeller/renderer/backend/vulkan/command_buffer_vk.h"#include "impeller/renderer/backend/vulkan/compute_pipeline_vk.h"#include "impeller/renderer/backend/vulkan/texture_vk.h"#include "impeller/renderer/command.h"Go to the source code of this file.
Namespaces | |
| impeller | |
Functions | |
| static bool | impeller::UpdateBindingLayouts (const Bindings &bindings, const vk::CommandBuffer &buffer) |
| static bool | impeller::UpdateBindingLayouts (const ComputeCommand &command, const vk::CommandBuffer &buffer) |
| static bool | impeller::UpdateBindingLayouts (const std::vector< ComputeCommand > &commands, const vk::CommandBuffer &buffer) |