p :: constant_buffer { v : float2; } vertex main ::() { x : float = p.v.x / p.v.y; }