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