mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-04 05:31:34 +00:00
prep for chunk meshing
This commit is contained in:
@ -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 }
|
||||
|
Reference in New Issue
Block a user