RitoPrimitiveListDecoder class final

Strict little-endian decoder for RITODL1 format version 2, the device-resolved primitive list the engine paints every frame as.

Constructors

RitoPrimitiveListDecoder()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decode(Uint8List bytes) RitoPrimitiveList
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

Constants

formatVersion → const int
Mirrors READER_PRIMITIVE_LIST_FORMAT_VERSION in crates/rito-core/src/render/commands/reader_wire.rs.