| Interface | Description |
|---|---|
| ResolutionStrategy |
Will manipulate the GLSurfaceView.
|
| Class | Description |
|---|---|
| FillResolutionStrategy |
This
ResolutionStrategy will stretch the GLSurfaceView to full screen. |
| FixedResolutionStrategy |
This
ResolutionStrategy will place the GLSurfaceView with the given height and width in the center the screen. |
| GdxEglConfigChooser |
GLSurfaceView.EGLConfigChooser implementation for GLES 1.x and 2.0. |
| GLSurfaceView20 |
A simple GLSurfaceView sub-class that demonstrates how to perform OpenGL ES 2.0 rendering into a GL Surface.
|
| RatioResolutionStrategy |
This
ResolutionStrategy will maintain a given aspect ratio and stretch the GLSurfaceView to the maximum available
screen size. |
| ResolutionStrategy.MeasuredDimension |
Copyright © 2021. All rights reserved.