PrtCompressedBuffer.Save Method ()

Saves a compressed precomputed radiance transfer (PRT) buffer to disk.

Overload List

public static void Save(PrtCompressedBuffer, string);
public void Save(string);

Remarks

Exceptions

InvalidCallException

The method call is invalid. For example, a method's parameter might contain an invalid value.

See Also