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