mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 04:24:29 +00:00
Remove Adreno 200 support hacks
Signed-off-by: renderexpert <expert@renderconsulting.co.uk>
This commit is contained in:
committed by
Konstantin Pastbin
parent
897d7a253d
commit
a406462549
@@ -26,7 +26,6 @@ public:
|
||||
// reinitialization.
|
||||
void Init(ref_ptr<GraphicsContext> context);
|
||||
|
||||
bool IsAdreno200Device() const { return m_isAdreno200; }
|
||||
bool IsTegraDevice() const { return m_isTegra; }
|
||||
bool IsAntialiasingEnabledByDefault() const { return m_isAntialiasingEnabledByDefault; }
|
||||
|
||||
@@ -50,7 +49,6 @@ private:
|
||||
|
||||
std::string m_rendererName;
|
||||
std::string m_rendererVersion;
|
||||
bool m_isAdreno200 = false;
|
||||
bool m_isTegra = false;
|
||||
bool m_isAntialiasingEnabledByDefault = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user