Function VisualServerSingleton.giProbeSetCompress

Sets the compression setting for the GI probe data. Compressed data will take up less space but may look worse. Equivalent to GIProbe.compress.

void giProbeSetCompress (
  const(RID) probe,
  const(bool) enable
) nothrow @nogc;