Uses of Class
com.jme.renderer.jogl.JOGLContextCapabilities

Packages that use JOGLContextCapabilities
com.jme.renderer.jogl   
com.jme.scene.state.jogl   
com.jme.scene.state.jogl.records   
 

Uses of JOGLContextCapabilities in com.jme.renderer.jogl
 

Constructors in com.jme.renderer.jogl with parameters of type JOGLContextCapabilities
JOGLRenderer(JOGLDisplaySystem display, JOGLContextCapabilities caps, int width, int height)
          Constructor instantiates a new JOGLRenderer object.
 

Uses of JOGLContextCapabilities in com.jme.scene.state.jogl
 

Constructors in com.jme.scene.state.jogl with parameters of type JOGLContextCapabilities
JOGLBlendState(JOGLContextCapabilities caps)
          Constructor instantiates a new JOGLBlendState object with default values.
JOGLFogState(JOGLContextCapabilities caps)
          Constructor instantiates a new JOGLFogState object with default values.
JOGLFragmentProgramState(JOGLContextCapabilities caps)
           
JOGLLightState(JOGLContextCapabilities caps)
          Constructor instantiates a new JOGLLightState.
JOGLShaderObjectsState(JOGLContextCapabilities caps)
           
JOGLStencilState(JOGLContextCapabilities caps)
           
JOGLTextureState(JOGLContextCapabilities caps)
          Constructor instantiates a new JOGLTextureState object.
JOGLVertexProgramState(JOGLContextCapabilities caps)
           
 

Uses of JOGLContextCapabilities in com.jme.scene.state.jogl.records
 

Constructors in com.jme.scene.state.jogl.records with parameters of type JOGLContextCapabilities
TextureStateRecord(JOGLContextCapabilities caps, int maxUnits)