Flutter Engine
The Flutter Engine
|
#include <condition_variable>
#include <memory>
#include <mutex>
#include <thread>
#include <vector>
Go to the source code of this file.
Classes | |
class | impeller::ResourceVK |
A resource that may be reclaimed by a |ResourceManagerVK|. More... | |
class | impeller::ResourceManagerVK |
A resource manager controls how resources are allocated and reclaimed. More... | |
class | impeller::ResourceVKT< ResourceType_ > |
An internal type that is used to move a resource reference. More... | |
class | impeller::UniqueResourceVKT< ResourceType_ > |
A unique handle to a resource which will be reclaimed by the specified resource manager. More... | |
Namespaces | |
namespace | impeller |