AddVertices(std::initializer_list< VertexType_ > vertices) | impeller::VertexBufferBuilder< VertexType_, IndexType_ > | inline |
AppendIndex(IndexType_ index) | impeller::VertexBufferBuilder< VertexType_, IndexType_ > | inline |
AppendVertex(VertexType_ vertex) | impeller::VertexBufferBuilder< VertexType_, IndexType_ > | inline |
CreateVertexBuffer(HostBuffer &host_buffer) const | impeller::VertexBufferBuilder< VertexType_, IndexType_ > | inline |
CreateVertexBuffer(Allocator &device_allocator) const | impeller::VertexBufferBuilder< VertexType_, IndexType_ > | inline |
GetIndexCount() const | impeller::VertexBufferBuilder< VertexType_, IndexType_ > | inline |
GetIndexType() const | impeller::VertexBufferBuilder< VertexType_, IndexType_ > | inline |
GetVertexCount() const | impeller::VertexBufferBuilder< VertexType_, IndexType_ > | inline |
HasVertices() const | impeller::VertexBufferBuilder< VertexType_, IndexType_ > | inline |
IndexType typedef | impeller::VertexBufferBuilder< VertexType_, IndexType_ > | |
IterateVertices(const std::function< void(VertexType &)> &iterator) | impeller::VertexBufferBuilder< VertexType_, IndexType_ > | inline |
Last() const | impeller::VertexBufferBuilder< VertexType_, IndexType_ > | inline |
Reserve(size_t count) | impeller::VertexBufferBuilder< VertexType_, IndexType_ > | inline |
ReserveIndices(size_t count) | impeller::VertexBufferBuilder< VertexType_, IndexType_ > | inline |
SetLabel(const std::string &label) | impeller::VertexBufferBuilder< VertexType_, IndexType_ > | inline |
VertexBufferBuilder()=default | impeller::VertexBufferBuilder< VertexType_, IndexType_ > | |
VertexType typedef | impeller::VertexBufferBuilder< VertexType_, IndexType_ > | |
~VertexBufferBuilder()=default | impeller::VertexBufferBuilder< VertexType_, IndexType_ > | |