• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1void main() {
2    float4 test = float4(1);
3    test.xyz0 = float4(1);
4}
5