KVec4f

typealias KVec4f = @Serializable(with = Vec4fSerializer::class) Vec4f

Serializable typealias for Vec4f.

Serialized shape: { x, y, z, w: float }