|
virtual bool | init () override |
| Gather features and implementation limits.
|
|
virtual const char * | getVendor () const override |
| Get vendor device name.
|
|
virtual const char * | getRenderer () const override |
| Get the full name of the vendor device.
|
|
virtual const char * | getVersion () const override |
| Get version name.
|
|
virtual const char * | getExtension () const override |
| get OpenGL ES extensions.
|
|
virtual bool | checkForFeatureSupported (FeatureType feature) override |
| Check if feature supported by OpenGL ES.
|
|
int | getMaxTextureSize () const |
| Get maximum texture size.
|
|
int | getMaxAttributes () const |
| Get maximum attribute counts.
|
|
int | getMaxTextureUnits () const |
| Get maximum texture unit.
|
|
int | getMaxSamplesAllowed () const |
| Get maximum sampler count.
|
|
Used to query features and implementation limits.