Various improvements

This commit is contained in:
Ilya Laktyushin
2025-10-29 17:20:36 +04:00
parent 284d963b07
commit 5877f2c20d
103 changed files with 8267 additions and 1762 deletions

View File

@@ -9,7 +9,7 @@ struct VertexData {
let localPos: simd_float2
}
enum TextureRotation: Int {
public enum TextureRotation: Int {
case rotate0Degrees
case rotate0DegreesMirrored
case rotate90Degrees