mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-23 14:14:59 -07:00
Use distinct array types
This commit is contained in:
@@ -131,10 +131,7 @@ Region :: struct {
|
||||
size: Size,
|
||||
}
|
||||
|
||||
SamplePosition :: struct {
|
||||
x: f32,
|
||||
y: f32,
|
||||
}
|
||||
SamplePosition :: distinct [2]f32
|
||||
|
||||
ScissorRect :: struct {
|
||||
x: NS.Integer,
|
||||
|
||||
Reference in New Issue
Block a user