9 lines
66 B
HLSL
9 lines
66 B
HLSL
|
int4 g() {
|
||
|
return (0).xxxx;
|
||
|
}
|
||
|
|
||
|
void main() {
|
||
|
g();
|
||
|
return;
|
||
|
}
|