Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Loads into memory a compressed precomputed radiance transfer (PRT) buffer that was saved to disk.
Definition
Visual Basic Public Shared Function FromFile( _
ByVal filename As String _
) As PrtCompressedBufferC# public static PrtCompressedBuffer FromFile(
string filename
);C++ public:
static PrtCompressedBuffer^ FromFile(
String^ filename
);JScript public static function FromFile(
filename : String
) : PrtCompressedBuffer;
Parameters
filename System.String
Name of the file from which to load the compressed buffer data.
Return Value
Microsoft.DirectX.Direct3D.PrtCompressedBuffer
Returns a PrtCompressedBuffer object that contains the compressed PRT buffer data.
Remarks
Exceptions
The method call is invalid. For example, a method's parameter might contain an invalid value.
Microsoft Direct3D could not allocate sufficient memory to complete the call.
See Also
.gif)