13 lines
168 B
Plaintext
13 lines
168 B
Plaintext
|
#include <metal_stdlib>
|
||
|
|
||
|
using namespace metal;
|
||
|
void fwidth_df38ef() {
|
||
|
float res = fwidth(1.0f);
|
||
|
}
|
||
|
|
||
|
fragment void fragment_main() {
|
||
|
fwidth_df38ef();
|
||
|
return;
|
||
|
}
|
||
|
|