Adds some options into AppSettings for JogAmp's JOGL and JOAL
This commit is contained in:
parent
daa18429d1
commit
9f56a45d56
@ -111,6 +111,24 @@ public final class AppSettings extends HashMap<String, Object> {
|
|||||||
*/
|
*/
|
||||||
public static final String ANDROID_OPENAL_SOFT = "OpenAL_SOFT";
|
public static final String ANDROID_OPENAL_SOFT = "OpenAL_SOFT";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use JogAmp's JOGL as the display system
|
||||||
|
* <p>
|
||||||
|
* N.B: This backend is EXPERIMENTAL
|
||||||
|
*
|
||||||
|
* @see AppSettings#setRenderer(java.lang.String)
|
||||||
|
*/
|
||||||
|
public static final String JOGL = "JOGL";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use JogAmp's JOAL as the display system
|
||||||
|
* <p>
|
||||||
|
* N.B: This backend is EXPERIMENTAL
|
||||||
|
*
|
||||||
|
* @see AppSettings#setRenderer(java.lang.String)
|
||||||
|
*/
|
||||||
|
public static final String JOAL = "JOAL";
|
||||||
|
|
||||||
static {
|
static {
|
||||||
defaults.put("Width", 640);
|
defaults.put("Width", 640);
|
||||||
defaults.put("Height", 480);
|
defaults.put("Height", 480);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user