10 lines
132 B
HLSL
10 lines
132 B
HLSL
|
void dpdy_feb40f() {
|
||
|
float3 arg_0 = (0.0f).xxx;
|
||
|
float3 res = ddy(arg_0);
|
||
|
}
|
||
|
|
||
|
void fragment_main() {
|
||
|
dpdy_feb40f();
|
||
|
return;
|
||
|
}
|