RIP to Float16, it's sad that Intel doesn't support you.

This commit is contained in:
Alex Zenla
2024-09-01 19:27:39 -04:00
committed by a dinosaur
parent b1f2f645f6
commit 4209a925c4
8 changed files with 35 additions and 40 deletions

View File

@ -123,7 +123,7 @@ public struct Chunk: Hashable {
public enum BlockType: Hashable {
case air
case solid(_ color: Color<Float16>)
case solid(_ color: Color<Float>)
}
public struct Block: Hashable {