\brief Get a string describing the information about all the layers in the current engine or the execution context. \param format the format the layer information should be printed in. \return A null-terminated C-style string describing the information about all the layers in the current engine or the execution context. \warning The content of the returned string may change when another executi
| 3673 | //! \see LayerInformationFormat |
| 3674 | //! |
| 3675 | char const* getEngineInformation(LayerInformationFormat format) const noexcept |
| 3676 | { |
| 3677 | return mImpl->getEngineInformation(format); |
| 3678 | } |
| 3679 | |
| 3680 | //! |
| 3681 | //! \brief Set the ErrorRecorder for this interface |
no outgoing calls
no test coverage detected