11 lines
103 B
HLSL
11 lines
103 B
HLSL
|
static const float myconst = 2.5f;
|
||
|
|
||
|
void main_1() {
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
void main() {
|
||
|
main_1();
|
||
|
return;
|
||
|
}
|