Note: This documentation is preliminary and is subject to change.
Definition
Visual Basic .NET
Public Shared Function CompileShaderFromFile( _ ByVal file As String, _ ByVal functionName As String, _ ByVal preprocessorDefines() As Macro, _ ByVal includeFile As Include, _ ByVal profile As String, _ ByVal flags As ShaderFlags, _ ByRef errorMessages As String, _ ByRef table As ConstantTable _ ) 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.