struct
ShaderCompilerResult
Contains the results of shader parsing or compilation.
Public
Fields
ErrorMessage
String ErrorMessage
Error message if parsing/compilation failed.
ErrorColumn
int ErrorColumn
Column of the error if one occurred.
ErrorFile
String ErrorFile
File in which the error occurred.
Empty if root file.