enum Color:byte { red, green, blue } struct Vec3 { x:float; y:float; }