Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Functions | |
SKWASM_EXPORT SkVertices * | vertices_create (SkVertices::VertexMode vertexMode, int vertexCount, SkPoint *positions, SkPoint *textureCoordinates, SkColor *colors, int indexCount, uint16_t *indices) |
SKWASM_EXPORT void | vertices_dispose (SkVertices *vertices) |
SKWASM_EXPORT SkVertices * vertices_create | ( | SkVertices::VertexMode | vertexMode, |
int | vertexCount, | ||
SkPoint * | positions, | ||
SkPoint * | textureCoordinates, | ||
SkColor * | colors, | ||
int | indexCount, | ||
uint16_t * | indices | ||
) |
Definition at line 9 of file vertices.cpp.
SKWASM_EXPORT void vertices_dispose | ( | SkVertices * | vertices | ) |
Definition at line 21 of file vertices.cpp.