• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1void main() {
2    float2x2 x = float2x2(1);
3    float y = x.y;
4}
5