5 lines
50 B
HLSL
5 lines
50 B
HLSL
|
void main() {
|
||
|
int a[5] = (int[5])0;
|
||
|
return;
|
||
|
}
|