public interface SCNProgramDelegate
The SCNProgramDelegate protocol declares the methods that an instance of SCNProgram invokes to delegate the binding of parameters.
| Modifier and Type | Method and Description |
|---|---|
default void |
programHandleError(SCNProgram program,
NSError error)
handleError
|
default void programHandleError(SCNProgram program, NSError error)
Invoked on the delegate whenever a compilation error occurs.
Error domain is SCNErrorDomain.
program - The program that generated a compilation error.error - The compilation error.