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