#include <metal_stdlib> | |
using namespace metal; | |
void pack2x16unorm_0f08e4() { | |
uint res = pack_float_to_unorm2x16(float2()); | |
} | |
vertex void vertex_main() { | |
pack2x16unorm_0f08e4(); | |
return; | |
} | |
fragment void fragment_main() { | |
pack2x16unorm_0f08e4(); | |
return; | |
} | |
kernel void compute_main() { | |
pack2x16unorm_0f08e4(); | |
return; | |
} | |