Tag
Hash :
3d78fda0
Author :
Thomas de Grivel
Date :
2023-12-18T08:20:55
a = (U8) { 1, 2, 3 }
1
a = (U8) { 1, 2, 3 }
quote %GL.Sphere{}
quote %GL.Sphere{segments_u: 100}
%GL.Sphere{segments_u: 100}
%GL.Sphere{segments_u: 100 + 1}
%GL.Sphere{segments_u: (Uw) (100 + 1)}
a = (U8) { 1, 2 }
quote a[0]
a[0]
a = (U8) { 1, 2 }
a[0]
a = (U8) { 1, 2 }
a[0]