mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Update matrix types to be the native Odin matrix types
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
package linalg
|
||||
|
||||
/*
|
||||
These procedures are to allow for swizzling with non-compile (runtime) known components
|
||||
*/
|
||||
|
||||
|
||||
Scalar_Components :: enum u8 {
|
||||
x = 0,
|
||||
r = 0,
|
||||
|
||||
Reference in New Issue
Block a user