#include <initializer_list>
#include <memory>
#include <type_traits>
#include <vector>
#include "impeller/base/strings.h"
#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.
|
template<class VertexType , size_t size> |
VertexBuffer | impeller::CreateVertexBuffer (std::array< VertexType, size > input, HostBuffer &host_buffer) |
| Create an index-less vertex buffer from a fixed size array. More...
|
|