Struct used to return results from Pass hierarchy validation. More...
#include <Pass.h>
Public Member Functions | |
| bool | IsValid () |
| void | PrintValidationIfError () |
Public Attributes | |
| AZStd::vector< Pass * > | m_passesWithErrors |
| AZStd::vector< Pass * > | m_passesWithWarnings |
| AZStd::vector< Pass * > | m_passesWithMissingInputs |
| AZStd::vector< Pass * > | m_passesWithMissingOutputs |
| AZStd::vector< Pass * > | m_passesWithMissingInputOutputs |
Struct used to return results from Pass hierarchy validation.