\brief Get the ErrorRecorder assigned to this interface. Retrieves the assigned error recorder object for the given class. A nullptr will be returned if an error handler has not been set. \return A pointer to the IErrorRecorder object that has been registered. \see setErrorRecorder()
| 2352 | //! \see setErrorRecorder() |
| 2353 | //! |
| 2354 | IErrorRecorder* getErrorRecorder() const noexcept |
| 2355 | { |
| 2356 | return mImpl->getErrorRecorder(); |
| 2357 | } |
| 2358 | |
| 2359 | //! |
| 2360 | //! \brief Query whether the engine was built with an implicit batch dimension. |
nothing calls this directly
no test coverage detected