#include <geometry.h>
Public Attributes | |
| PrimitiveType | type |
| VertexBuffer | vertex_buffer |
| Matrix | transform |
| bool | prevent_overdraw |
Definition at line 18 of file geometry.h.
| bool impeller::GeometryResult::prevent_overdraw |
Definition at line 22 of file geometry.h.
| Matrix impeller::GeometryResult::transform |
Definition at line 21 of file geometry.h.
| PrimitiveType impeller::GeometryResult::type |
Definition at line 19 of file geometry.h.
Referenced by impeller::ComputeUVGeometryForRect(), impeller::VerticesGeometry::GetPositionBuffer(), impeller::VerticesGeometry::GetPositionColorBuffer(), and impeller::VerticesGeometry::GetPositionUVBuffer().
| VertexBuffer impeller::GeometryResult::vertex_buffer |
Definition at line 20 of file geometry.h.