com.jogamp.opengl.impl.windows.wgl
Class WindowsPbufferWGLContext
java.lang.Object
javax.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
- extends WindowsWGLContext
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, GL_VERSIONS, mappedVersionsAvailable, mappedVersionsAvailableLock, mappedVersionsAvailableSet |
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 com.jogamp.opengl.impl.windows.wgl.WindowsWGLContext |
copyImpl, createContextARBImpl, createImpl, destroyContextARBImpl, destroyImpl, getExtensionNameMap, getFunctionNameMap, getOffscreenContextPixelDataType, getOffscreenContextReadBuffer, getPlatformExtensionsString, getPlatformExtProcAddressTable, getPlatformGLExtensions, getWGLExt, getWGLExtProcAddressTable, glAllocateMemoryNV, offscreenImageNeedsVerticalFlip, releaseImpl, setSwapIntervalImpl, updateGLProcAddressTable, wglMakeContextCurrent |
Methods inherited from class com.jogamp.opengl.impl.GLContextImpl |
copy, createContextARB, createGL, destroy, getBufferSizeTracker, getBufferStateTracker, getDrawableImpl, getGL, getGLDrawable, getGLDrawableRead, getGLExtensions, getGLProcAddressTable, getGLStateTracker, getSwapInterval, getThreadName, hasWaiters, isExtensionAvailable, isExtensionCacheInitialized, isFunctionAvailable, isSynchronized, makeCurrent, makeCurrentLocking, mapToRealGLExtensionName, mapToRealGLFunctionName, release, resetProcAddressTable, setBufferSizeTracker, setContextVersion, setGL, setGLDrawableRead, setGLFunctionAvailability, setSwapInterval, setSynchronized, update |
Methods inherited from class javax.media.opengl.GLContext |
append, compose8bit, composed8BitToString, decrementGLVersion, getAttachedObject, getAttachedObject, getComposed8bit, getCurrent, getCurrentGL, getGLVersion, getGLVersion, getGLVersionAvailable, getGLVersionAvailable, getGLVersionMajor, getGLVersionMinor, getHandle, getMaxMajor, getMaxMinor, hasGLSL, isCreated, isCreatedWithARBMethod, isCurrent, isGL2, isGL2Available, isGL2ES1, isGL2ES2, isGL2GL3, isGL3, isGL3Available, isGL3bc, isGL3bcAvailable, isGL4, isGL4Available, isGL4bc, isGL4bcAvailable, isGLCompatibilityProfile, isGLCoreProfile, isGLEmbeddedProfile, isGLES, isGLES1, isGLES2, isGLForwardCompatible, isGLVersionAvailable, isValidGLVersion, mapVersionAvailable, putAttachedObject, putAttachedObject, setCurrent, toHexString, toHexString, toString, toString |
WindowsPbufferWGLContext
public WindowsPbufferWGLContext(WindowsPbufferWGLDrawable drawable,
GLContext shareWith)
bindPbufferToTexture
public void bindPbufferToTexture()
- Description copied from class:
GLContextImpl
- Pbuffer support; given that this is a GLContext associated with a
pbuffer, binds this pbuffer to its texture target.
- Overrides:
bindPbufferToTexture
in class WindowsWGLContext
releasePbufferFromTexture
public void releasePbufferFromTexture()
- Description copied from class:
GLContextImpl
- Pbuffer support; given that this is a GLContext associated with a
pbuffer, releases this pbuffer from its texture target.
- Overrides:
releasePbufferFromTexture
in class WindowsWGLContext
makeCurrentImpl
protected void makeCurrentImpl(boolean newCreated)
throws GLException
- Overrides:
makeCurrentImpl
in class WindowsWGLContext
- Throws:
GLException
getFloatingPointMode
public int getFloatingPointMode()
- Description copied from class:
GLContextImpl
- Indicates which floating-point pbuffer implementation is in
use. Returns one of GLPbuffer.APPLE_FLOAT, GLPbuffer.ATI_FLOAT,
or GLPbuffer.NV_FLOAT.
- Overrides:
getFloatingPointMode
in class GLContextImpl
Copyright 2010 JogAmp Community.