2021-06-03 11:26:17 +00:00
|
|
|
#include <metal_stdlib>
|
|
|
|
|
|
|
|
using namespace metal;
|
2023-03-06 18:25:08 +00:00
|
|
|
void fwidthCoarse_4e4fc4(device float4* const tint_symbol) {
|
2022-07-26 14:27:25 +00:00
|
|
|
float4 res = fwidth(float4(1.0f));
|
2023-03-06 18:25:08 +00:00
|
|
|
*(tint_symbol) = res;
|
2021-06-03 11:26:17 +00:00
|
|
|
}
|
|
|
|
|
2023-03-06 18:25:08 +00:00
|
|
|
fragment void fragment_main(device float4* tint_symbol_1 [[buffer(0)]]) {
|
|
|
|
fwidthCoarse_4e4fc4(tint_symbol_1);
|
2021-06-03 11:26:17 +00:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|