// so use it in a very dummy way
vertex.z = vertex.z > 0 ? 1.0e-4f : 0.0f;
}
return TransformObjectToHClip(vertex.xyz);
return TransformWorldToHClip(vertex.xyz); // Need to transfer from world to clip compared to legacy
half4 MetaFragment(MetaInput IN)