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