Package xj3d.browser
Interface SurfaceManager
-
Method Summary
Modifier and TypeMethodDescriptioncom.jogamp.opengl.GLCapabilities
Get the current capability bits.void
Reset the surface using the current capability bits.
-
Method Details
-
resetSurface
void resetSurface()Reset the surface using the current capability bits. -
getCapabilities
com.jogamp.opengl.GLCapabilities getCapabilities()Get the current capability bits.- Returns:
- the current capability bits
-