9 lines
137 B
HLSL
9 lines
137 B
HLSL
|
void fwidthFine_523fdc() {
|
||
|
float3 res = fwidth(float3(0.0f, 0.0f, 0.0f));
|
||
|
}
|
||
|
|
||
|
void fragment_main() {
|
||
|
fwidthFine_523fdc();
|
||
|
return;
|
||
|
}
|