single element enums. // i32, c_int and GLint can all be used inter-changeably alias c_int = i32; alias GLint = c_int; type Matrix = [[float ...
確定! 回上一頁