Uses of Class
org.lwjgl.opengl.ContextAttribs
-
Packages that use ContextAttribs Package Description org.lwjgl.opengl -
-
Uses of ContextAttribs in org.lwjgl.opengl
Methods in org.lwjgl.opengl that return ContextAttribs Modifier and Type Method Description ContextAttribsContextAttribs. withContextReleaseBehavior(int behavior)Returns a ContextAttribs instance withCONTEXT_RELEASE_BEHABIOR_ARBset to the given behavior.ContextAttribsContextAttribs. withContextResetIsolation(boolean contextResetIsolation)Returns a newContextAttribsinstance with theCONTEXT_RESET_ISOLATION_BIT_ARBbit inCONTEXT_FLAGS_ARBset to the given value.ContextAttribsContextAttribs. withDebug(boolean debug)Returns a newContextAttribsinstance with theCONTEXT_DEBUG_BIT_ARBbit inCONTEXT_FLAGS_ARBset to the given value.ContextAttribsContextAttribs. withForwardCompatible(boolean forwardCompatible)Returns a newContextAttribsinstance with theCONTEXT_FORWARD_COMPATIBLE_BIT_ARBbit inCONTEXT_FLAGS_ARBset to the given value.ContextAttribsContextAttribs. withLayer(int layerPlane)Returns a newContextAttribsinstance withCONTEXT_LAYER_PLANE_ARBset to the given value.ContextAttribsContextAttribs. withLoseContextOnReset(boolean loseContextOnReset)Deprecated.usewithResetNotificationStrategy(int)insteadContextAttribsContextAttribs. withProfileCompatibility(boolean profileCompatibility)Returns a newContextAttribsinstance with theCONTEXT_COMPATIBILITY_PROFILE_BIT_ARBbit inCONTEXT_PROFILE_MASK_ARBset to the given value.ContextAttribsContextAttribs. withProfileCore(boolean profileCore)Returns a newContextAttribsinstance with theCONTEXT_CORE_PROFILE_BIT_ARBbit inCONTEXT_PROFILE_MASK_ARBset to the given value.ContextAttribsContextAttribs. withProfileES(boolean profileES)Returns a newContextAttribsinstance with theCONTEXT_ES2_PROFILE_BIT_EXTbit inCONTEXT_PROFILE_MASK_ARBset to the given value.ContextAttribsContextAttribs. withResetNotificationStrategy(int strategy)Returns a ContextAttribs instance withCONTEXT_RESET_NOTIFICATION_STRATEGY_ARBset to the given strategy.ContextAttribsContextAttribs. withRobustAccess(boolean robustAccess)Returns a newContextAttribsinstance with theCONTEXT_ROBUST_ACCESS_BIT_ARBbit inCONTEXT_FLAGS_ARBset to the given value.Methods in org.lwjgl.opengl with parameters of type ContextAttribs Modifier and Type Method Description static voidDisplay. create(PixelFormat pixel_format, ContextAttribs attribs)Create the OpenGL context with the given minimum parameters.static voidDisplay. create(PixelFormat pixel_format, Drawable shared_drawable, ContextAttribs attribs)Create the OpenGL context with the given minimum parameters.voidAWTGLCanvas. setPixelFormat(PixelFormatLWJGL pf, ContextAttribs attribs)Constructors in org.lwjgl.opengl with parameters of type ContextAttribs Constructor Description AWTGLCanvas(GraphicsDevice device, PixelFormat pixel_format, Drawable drawable, ContextAttribs attribs)Create an AWTGLCanvas with the requested PixelFormat on the specified GraphicsDevice.Pbuffer(int width, int height, PixelFormat pixel_format, RenderTexture renderTexture, Drawable shared_drawable, ContextAttribs attribs)Create an instance of a Pbuffer with a unique OpenGL context.
-