com.jogamp.opengl.impl
Interface SharedResourceRunner.Resource

Enclosing class:
SharedResourceRunner

public static interface SharedResourceRunner.Resource


Method Summary
 GLContextImpl getContext()
           
 AbstractGraphicsDevice getDevice()
           
 GLDrawableImpl getDrawable()
           
 AbstractGraphicsScreen getScreen()
           
 

Method Detail

getDevice

AbstractGraphicsDevice getDevice()

getScreen

AbstractGraphicsScreen getScreen()

getDrawable

GLDrawableImpl getDrawable()

getContext

GLContextImpl getContext()


Copyright 2010 JogAmp Community.