Browse Source

Platform: no-op context version setter in NaClApplication.

Included only for compatibility with other platform toolkits.
pull/51/head
Vladimír Vondruš 13 years ago
parent
commit
7c5762424b
  1. 9
      src/Platform/NaClApplication.h

9
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; }

Loading…
Cancel
Save