2
0
gingerBill 3 жил өмнө
parent
commit
39a0f8c96a

+ 1 - 4
core/sys/darwin/Metal/MetalTypes.odin

@@ -131,10 +131,7 @@ Region :: struct {
 	size:   Size,
 }
 
-SamplePosition :: struct {
-	x: f32,
-	y: f32,
-}
+SamplePosition :: distinct [2]f32
 
 ScissorRect :: struct {
 	x:      NS.Integer,