14 lines
298 B
Plaintext
14 lines
298 B
Plaintext
#include <metal_stdlib>
|
|
|
|
using namespace metal;
|
|
void fwidthCoarse_e653f7(device float2* const tint_symbol) {
|
|
float2 res = fwidth(float2(1.0f));
|
|
*(tint_symbol) = res;
|
|
}
|
|
|
|
fragment void fragment_main(device float2* tint_symbol_1 [[buffer(0)]]) {
|
|
fwidthCoarse_e653f7(tint_symbol_1);
|
|
return;
|
|
}
|
|
|