#include <vertex_buffer.h>
Public Member Functions | |
| constexpr | operator bool () const |
Public Attributes | |
| BufferView | vertex_buffer |
| BufferView | index_buffer |
| size_t | vertex_count = 0u |
| IndexType | index_type = IndexType::kUnknown |
Definition at line 12 of file vertex_buffer.h.
|
inlineconstexpr |
Definition at line 20 of file vertex_buffer.h.
References index_buffer, index_type, impeller::kNone, and vertex_buffer.
| BufferView impeller::VertexBuffer::index_buffer |
Definition at line 14 of file vertex_buffer.h.
Referenced by impeller::Command::BindVertices(), impeller::VertexBufferBuilder< VertexType_, IndexType_ >::CreateVertexBuffer(), ImGui_ImplImpeller_RenderDrawData(), operator bool(), and impeller::testing::TEST_P().
| IndexType impeller::VertexBuffer::index_type = IndexType::kUnknown |
Definition at line 18 of file vertex_buffer.h.
Referenced by impeller::Command::BindVertices(), impeller::VertexBufferBuilder< VertexType_, IndexType_ >::CreateVertexBuffer(), ImGui_ImplImpeller_RenderDrawData(), operator bool(), and impeller::testing::TEST_P().
| BufferView impeller::VertexBuffer::vertex_buffer |
Definition at line 13 of file vertex_buffer.h.
Referenced by impeller::Command::BindVertices(), impeller::VertexBufferBuilder< VertexType_, IndexType_ >::CreateVertexBuffer(), ImGui_ImplImpeller_RenderDrawData(), impeller::scene::Geometry::MakeFromFlatbuffer(), operator bool(), and impeller::testing::TEST_P().
| size_t impeller::VertexBuffer::vertex_count = 0u |
Definition at line 17 of file vertex_buffer.h.
Referenced by impeller::Command::BindVertices(), impeller::VertexBufferBuilder< VertexType_, IndexType_ >::CreateVertexBuffer(), ImGui_ImplImpeller_RenderDrawData(), and impeller::testing::TEST_P().