9 lines
131 B
HLSL
9 lines
131 B
HLSL
|
void fwidthFine_ff6aa0() {
|
||
|
float2 res = fwidth(float2(0.0f, 0.0f));
|
||
|
}
|
||
|
|
||
|
void fragment_main() {
|
||
|
fwidthFine_ff6aa0();
|
||
|
return;
|
||
|
}
|