I'd like to do this:
layout(location = 0) in dvec2 c;
But apparently I can't:
$ glslc mandlebrot.frag
mandlebrot.frag:7: error: 'double' : must be qualified as flat in
However, I require this input be interpolated, not flat. Is there a way to do this?