createMesh method
Creates a mesh for the target platform.
Remember to call deleteMesh to free resources when done.
Implementation
@override
Mesh createMesh(List<int> vertexAttributes,
[List<double>? vertices, List<int>? indices, bool isStatic = true]) =>
_WGLMesh(this, vertexAttributes, vertices, indices, isStatic);