|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.media.opengl.GLContext
com.jogamp.opengl.impl.GLContextImpl
com.jogamp.opengl.impl.windows.wgl.WindowsWGLContext
com.jogamp.opengl.impl.windows.wgl.WindowsPbufferWGLContext
public class WindowsPbufferWGLContext
Field Summary |
---|
Fields inherited from class com.jogamp.opengl.impl.GLContextImpl |
---|
currentSwapInterval, DEBUG, drawable, drawableRead, extensionAvailability, gl, hasNativeES2Methods, lock, mappedContextTypeObjectLock, mappedExtensionAvailabilityCache, mappedGLProcAddress, mappedGLXProcAddress |
Fields inherited from class javax.media.opengl.GLContext |
---|
CONTEXT_CURRENT, CONTEXT_CURRENT_NEW, CONTEXT_NOT_CURRENT, contextHandle, CTX_IS_ARB_CREATED, CTX_OPTION_ANY, CTX_OPTION_DEBUG, CTX_OPTION_FORWARD, CTX_PROFILE_COMPAT, CTX_PROFILE_CORE, CTX_PROFILE_ES, ctxMajorVersion, ctxMinorVersion, ctxOptions, ctxVersionString, DEBUG0, deviceVersionAvailable, GL_VERSIONS |
Constructor Summary | |
---|---|
WindowsPbufferWGLContext(WindowsPbufferWGLDrawable drawable,
GLContext shareWith)
|
Method Summary | |
---|---|
void |
bindPbufferToTexture()
Pbuffer support; given that this is a GLContext associated with a pbuffer, binds this pbuffer to its texture target. |
int |
getFloatingPointMode()
Indicates which floating-point pbuffer implementation is in use. |
protected void |
makeCurrentImpl(boolean newCreated)
|
void |
releasePbufferFromTexture()
Pbuffer support; given that this is a GLContext associated with a pbuffer, releases this pbuffer from its texture target. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WindowsPbufferWGLContext(WindowsPbufferWGLDrawable drawable, GLContext shareWith)
Method Detail |
---|
public void bindPbufferToTexture()
GLContextImpl
bindPbufferToTexture
in class WindowsWGLContext
public void releasePbufferFromTexture()
GLContextImpl
releasePbufferFromTexture
in class WindowsWGLContext
protected void makeCurrentImpl(boolean newCreated) throws GLException
makeCurrentImpl
in class WindowsWGLContext
GLException
public int getFloatingPointMode()
GLContextImpl
getFloatingPointMode
in class GLContextImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |