#include <algorithm>
#include <array>
#include <functional>
#include <memory>
#include <type_traits>
#include "impeller/core/allocator.h"
#include "impeller/core/buffer_view.h"
Go to the source code of this file.
Classes | |
class | impeller::HostBuffer |
struct | impeller::HostBuffer::TestStateQuery |
Test only internal state. More... | |
Namespaces | |
impeller | |
Variables | |
static constexpr const size_t | impeller::kHostBufferArenaSize = 4u |
Approximately the same size as the max frames in flight. More... | |