struct ShaderCompilerResult

Contains the results of shader parsing or compilation.

Public

Fields

ErrorMessage

String ErrorMessage

Error message if parsing/compilation failed.

ErrorLine

int ErrorLine

Line of the error if one occurred.

ErrorColumn

int ErrorColumn

Column of the error if one occurred.

ErrorFile

String ErrorFile

File in which the error occurred.

Empty if root file.