blob: c933bf2d7adc34593de1b9e8b74c94af11cd04a7 [file] [log] [blame]
struct main_inputs {
float none : TEXCOORD2;
};
void main_inner(float none) {
}
void main(main_inputs inputs) {
main_inner(inputs.none);
}