prep for chunk meshing

This commit is contained in:
2024-09-01 21:16:05 +10:00
parent cb0e7bb232
commit da26773221
11 changed files with 157 additions and 91 deletions

View File

@ -1,6 +1,6 @@
import Foundation
public struct Color<T: SIMDScalar>: Equatable {
public struct Color<T: SIMDScalar>: Hashable {
private var _values: SIMD4<T>
internal var values: SIMD4<T> { self._values }