Note: This documentation is preliminary and is subject to change.
Assembles a shader from a string.
Definition
Visual Basic .NET
Public Shared Function FromString( _ ByVal sourceData As String, _ 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.