blob: 8190749aa74b380cab2ed7c9bbf0a7934dbfe20c [file] [log] [blame]
layout(location=1) out int id;
noinline int fn() {
return sk_InstanceID;
}
void main() {
id = fn();
}