• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#version 460 core
2out float a[];
3out float c[];
4
5void main(){
6  a[0] = 0.1;
7  c[5] = 0.1;
8}