| Modifier and Type | Field and Description |
|---|---|
protected com.jogamp.opengl.GLCapabilities |
glCapabilities |
| Modifier and Type | Method and Description |
|---|---|
static com.jogamp.opengl.GLProfile |
detectProfile() |
com.jogamp.opengl.GLCapabilities |
getGLCapabilities() |
com.jogamp.opengl.GLCapabilities |
getGLCapabilitiesClone()
Returns a copy of the current GL2 capabilities.
|
static Settings |
getInstance()
Return the single allowed instance of Settings.
|
static com.jogamp.opengl.GLCapabilities |
getOffscreenCapabilities(com.jogamp.opengl.GLProfile glp) |
boolean |
isHardwareAccelerated()
Returns true if hardware acceleration is used for 3d graphics.
|
void |
setGLCapabilities(com.jogamp.opengl.GLCapabilities glCapabilities) |
void |
setHardwareAccelerated(boolean hardwareAccelerated)
Modifies the acceleration status for all
ICanvas.Canvas
instantiations. |
String |
toString() |
public static com.jogamp.opengl.GLProfile detectProfile()
public static com.jogamp.opengl.GLCapabilities getOffscreenCapabilities(com.jogamp.opengl.GLProfile glp)
public static Settings getInstance()
public void setHardwareAccelerated(boolean hardwareAccelerated)
ICanvas.Canvas
instantiations. This doesn't modify the status of canvases that have
already been instantiated.public boolean isHardwareAccelerated()
public com.jogamp.opengl.GLCapabilities getGLCapabilitiesClone()
public com.jogamp.opengl.GLCapabilities getGLCapabilities()
public void setGLCapabilities(com.jogamp.opengl.GLCapabilities glCapabilities)
Copyright © 2021. All rights reserved.