#include <RmTypes.h>
Public Attributes | |
| RmNode * | pNode |
| Node related to this message ( typicaly ShaderNode ). | |
| RM_TCHAR * | szPassName |
| Name of a pass that owns the shader node. | |
| int | nLineNumber |
| The number of line which is to be highlighted. | |
| RM_TCHAR * | szExtraString |
| The string that is passed along with the message (for example, compile error). | |
Helper data structure for communicating reported compile errors from shader compilation between the main application and interested modules. This data is passed to the shader editor on post-compile shaders message.
1.3.6