Flutter Engine
The Flutter Engine
|
#include "impeller/renderer/backend/vulkan/fence_waiter_vk.h"
#include <algorithm>
#include <chrono>
#include <utility>
#include "flutter/fml/cpu_affinity.h"
#include "flutter/fml/thread.h"
#include "flutter/fml/trace_event.h"
#include "impeller/base/validation.h"
Go to the source code of this file.
Classes | |
class | impeller::WaitSetEntry |
Namespaces | |
namespace | impeller |
Functions | |
static std::vector< vk::Fence > | impeller::GetFencesForWaitSet (const WaitSet &set) |