\brief Set whether the runtime is allowed to deserialize engines with host executable code. \param allowed Whether the runtime is allowed to deserialize engines with host executable code. The default value is false.
| 931 | //! The default value is false. |
| 932 | //! |
| 933 | void setEngineHostCodeAllowed(bool allowed) noexcept |
| 934 | { |
| 935 | return mImpl->setEngineHostCodeAllowed(allowed); |
| 936 | } |
| 937 | |
| 938 | //! |
| 939 | //! \brief Get whether the runtime is allowed to deserialize engines with host executable code. |