#include <format>#include <initializer_list>#include <memory>#include <type_traits>#include <vector>#include "impeller/core/allocator.h"#include "impeller/core/device_buffer.h"#include "impeller/core/formats.h"#include "impeller/core/host_buffer.h"#include "impeller/core/vertex_buffer.h"Go to the source code of this file.
Classes | |
| class | impeller::VertexBufferBuilder< VertexType_, IndexType_ > |
Namespaces | |
| namespace | impeller |
Functions | |
| template<class VertexType , size_t size> | |
| VertexBuffer | impeller::CreateVertexBuffer (std::array< VertexType, size > input, HostBuffer &data_host_buffer) |
| Create an index-less vertex buffer from a fixed size array. | |