Interface SCNProgramDelegate


  • public interface SCNProgramDelegate
    [@protocol] SCNProgramDelegate The SCNProgramDelegate protocol declares the methods that an instance of SCNProgram invokes to delegate the binding of parameters.
    • Method Detail

      • programHandleError

        default void programHandleError​(SCNProgram program,
                                        NSError error)
        handleError Invoked on the delegate whenever a compilation error occurs. Error domain is SCNErrorDomain.
        Parameters:
        program - The program that generated a compilation error.
        error - The compilation error.