blob: 7943f4afe3c12b0652c9e9a470d8650855d21ac2 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
float4 textureLoad_5c69f8(texture3d<float, access::read_write> tint_symbol) {
float4 res = tint_symbol.read(uint3(uint3(1u)));
return res;
}
fragment void fragment_main(device float4* tint_symbol_1 [[buffer(0)]], texture3d<float, access::read_write> tint_symbol_2 [[texture(0)]]) {
*(tint_symbol_1) = textureLoad_5c69f8(tint_symbol_2);
return;
}
kernel void compute_main(device float4* tint_symbol_3 [[buffer(0)]], texture3d<float, access::read_write> tint_symbol_4 [[texture(0)]]) {
*(tint_symbol_3) = textureLoad_5c69f8(tint_symbol_4);
return;
}