diff --git a/src/Platform/NaClApplication.h b/src/Platform/NaClApplication.h index 9c1642809..4dc6088a3 100644 --- a/src/Platform/NaClApplication.h +++ b/src/Platform/NaClApplication.h @@ -369,6 +369,15 @@ class NaClApplication::Configuration { return *this; } + /** + * @brief Set context version + * + * @note This function does nothing and is included only for + * compatibility with other toolkits. @ref Version::GLES200 is + * always used. + */ + Configuration& setVersion(Version) { return *this; } + /** @brief Sample count */ Int sampleCount() const { return _sampleCount; }