9 lines
143 B
HLSL
9 lines
143 B
HLSL
|
void fwidthFine_68f4ef() {
|
||
|
float4 res = fwidth(float4(0.0f, 0.0f, 0.0f, 0.0f));
|
||
|
}
|
||
|
|
||
|
void fragment_main() {
|
||
|
fwidthFine_68f4ef();
|
||
|
return;
|
||
|
}
|