зеркало из https://github.com/mozilla/gecko-dev.git
Bug 987828 - 4/4 - Remove IsGLES2 - r=jgilbert
This commit is contained in:
Родитель
dcf7236aab
Коммит
deb0120079
|
@ -288,16 +288,6 @@ public:
|
|||
|
||||
virtual bool IsCurrent() = 0;
|
||||
|
||||
/**
|
||||
* If this context is the GLES2 API, returns TRUE.
|
||||
* This means that various GLES2 restrictions might be in effect (modulo
|
||||
* extensions).
|
||||
*/
|
||||
inline bool IsGLES2() const {
|
||||
return IsAtLeast(ContextProfile::OpenGLES, 200);
|
||||
}
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
bool mInitialized;
|
||||
|
|
Загрузка…
Ссылка в новой задаче