defaultVertexLayout property
The layout this geometry kind uses when the caller supplies none. Subclasses that describe their vertices override this.
Implementation
@protected
VertexLayoutDescriptor? get defaultVertexLayout => null;
The layout this geometry kind uses when the caller supplies none. Subclasses that describe their vertices override this.
@protected
VertexLayoutDescriptor? get defaultVertexLayout => null;