static std::shared_ptr< DlVertices > Make(DlVertexMode mode, int vertex_count, const DlPoint vertices[], const DlPoint texture_coordinates[], const DlColor colors[], int index_count=0, const uint16_t indices[]=nullptr, const DlRect *bounds=nullptr)
Constructs a DlVector with compact inline storage for all of its required and optional lists of data.
SKWASM_EXPORT Skwasm::sp_wrapper< flutter::DlVertices > * vertices_create(flutter::DlVertexMode vertex_mode, int vertex_count, flutter::DlPoint *positions, flutter::DlPoint *texture_coordinates, uint32_t *colors, int index_count, uint16_t *indices)