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,
}
SamplePosition :: struct {
x: f32,
y: f32,
}
SamplePosition :: distinct [2]f32
ScissorRect :: struct {
x: NS.Integer,