Note: This documentation is preliminary and is subject to change.
Assembles a shader from a stream.
Definition
Visual Basic .NET
Public Shared Function FromStream( _ ByVal sourceData As Stream, _ ByVal preprocessorDefines() As Macro, _ ByVal includeFile As Include, _ ByVal flags As ShaderFlags, _ ByRef compilationErrors As String _ ) As GraphicsStream
System.String. String containing a listing of errors and warnings that were encountered during compilation. These are the same messages the debugger displays in debug mode.