Use distinct array types

This commit is contained in:
gingerBill
2022-02-12 21:28:56 +00:00
parent b647b45ba5
commit 39a0f8c96a
+1 -4
View File
@@ -131,10 +131,7 @@ Region :: struct {
size: Size, size: Size,
} }
SamplePosition :: struct { SamplePosition :: distinct [2]f32
x: f32,
y: f32,
}
ScissorRect :: struct { ScissorRect :: struct {
x: NS.Integer, x: NS.Integer,