#include #include using namespace metal; struct SSBORow { float v; float4x4 row_major0; }; kernel void main0(device SSBORow& _4 [[buffer(0)]]) { _4.v = ((device float*)&_4.row_major0[2u])[1]; }