GraphicDeviceInfo

Information about an initialized graphics device.

This information can be used to determine which version or extensions of OpenGL and EGL are supported on the device to ensure the attached output surface will have expected characteristics.

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard

Returns a space separated list of EGL extensions or an empty string if extensions could not be retrieved.

Link copied to clipboard

Returns the EGL version this graphics device has been initialized to.

Link copied to clipboard

Returns a space separated list of OpenGL extensions or an empty string if extensions could not be retrieved.

Link copied to clipboard

Returns the OpenGL version this graphics device has been initialized to.