Kanzi 4.1.0
ShaderGraphValidationError.cs File Reference

Classes

class  ShaderGraphValidationError
 Structured description of a single shader-graph validation failure. More...
 

Namespaces

namespace  Rightware
 
namespace  Rightware.Kanzi
 
namespace  Rightware.Kanzi.Studio
 
namespace  Rightware.Kanzi.Studio.PluginInterface
 

Enumerations

enum  ShaderGraphValidationErrorCode {
  MalformedJson , MissingRequiredField , InconsistentNodeId , DanglingEdgeEndpoint ,
  UnknownParentId , UnknownParameterBinding , GraphContainsCycle , NoOutputNode ,
  MultipleOutputNodes , OutputNodeMismatch
}
 Discriminator for ShaderGraphValidationError. More...