SortResult class

Result of a depth sorting operation.

Contains the sorted indices and metadata about the sorting operation.

Constructors

SortResult.new({required Uint32List depthIndex, required Matrix4 viewProjection, required int vertexCount})
Creates a new SortResult with the specified parameters.
const

Properties

depthIndex Uint32List
Depth-sorted indices array.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vertexCount int
Number of vertices that were sorted.
final
viewProjection → Matrix4
View-projection matrix used for sorting.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited