blob: 67c793ba809efbbe4353a1ad931364e4d13ef516 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_private_vars_struct {
float4x4 u;
};
void f(thread tint_private_vars_struct* const tint_private_vars) {
half4x4 v = half4x4((*(tint_private_vars)).u);
}