Skip navigation links
A B C D F G I L M N O P R S V 

A

accumAlphaSize - Variable in class org.lwjgl.opengl.swt.GLData
The number of bits for the alpha accumulator color channel.
accumBlueSize - Variable in class org.lwjgl.opengl.swt.GLData
The number of bits for the blue accumulator color channel.
accumGreenSize - Variable in class org.lwjgl.opengl.swt.GLData
The number of bits for the green accumulator color channel.
accumRedSize - Variable in class org.lwjgl.opengl.swt.GLData
The number of bits for the red accumulator color channel.
alphaSize - Variable in class org.lwjgl.opengl.swt.GLData
The number of bits for the alpha color channel.
api - Variable in class org.lwjgl.opengl.swt.GLData
The client API to use.

B

blueSize - Variable in class org.lwjgl.opengl.swt.GLData
The number of bits for the blue color channel.

C

checkStyle(Composite, int) - Method in interface org.lwjgl.vulkan.swt.PlatformVKCanvas
 
colorSamplesNV - Variable in class org.lwjgl.opengl.swt.GLData
The number of color samples per pixel.
contextReleaseBehavior - Variable in class org.lwjgl.opengl.swt.GLData
Specify the behavior on context switch.
contextResetIsolation - Variable in class org.lwjgl.opengl.swt.GLData
When GLData.robustness is true and GLData.loseContextOnReset is true then this specifies whether a graphics reset only affects the current application and no other application in the system.
create(Composite, VKData) - Method in interface org.lwjgl.vulkan.swt.PlatformVKCanvas
 

D

debug - Variable in class org.lwjgl.opengl.swt.GLData
Whether a debug context should be requested.
delayBeforeSwapNV(float) - Method in class org.lwjgl.opengl.swt.GLCanvas
Blocks until seconds seconds before a synchronized swap would occur.
depthSize - Variable in class org.lwjgl.opengl.swt.GLData
The number of bits for the depth channel.
doubleBuffer - Variable in class org.lwjgl.opengl.swt.GLData
Whether to use double-buffering.

F

forwardCompatible - Variable in class org.lwjgl.opengl.swt.GLData
Whether a forward-compatible context should be created.

G

getGLData() - Method in class org.lwjgl.opengl.swt.GLCanvas
Returns a GLData object describing the created context.
getPhysicalDevicePresentationSupport(VkPhysicalDevice, int) - Method in interface org.lwjgl.vulkan.swt.PlatformVKCanvas
 
getPhysicalDevicePresentationSupport(VkPhysicalDevice, int) - Method in class org.lwjgl.vulkan.swt.VKCanvas
Determine whether there is presentation support for the given VkPhysicalDevice in a command queue of the specified queueFamiliy.
GLCanvas - Class in org.lwjgl.opengl.swt
Drop-in replacement for SWT's GLCanvas class.
GLCanvas(Composite, int, GLData) - Constructor for class org.lwjgl.opengl.swt.GLCanvas
Create a GLCanvas widget using the attributes described in the GLData object provided.
GLData - Class in org.lwjgl.opengl.swt
Drop-in replacement for SWT's GLData class.
GLData() - Constructor for class org.lwjgl.opengl.swt.GLData
 
GLData.API - Enum in org.lwjgl.opengl.swt
 
GLData.Profile - Enum in org.lwjgl.opengl.swt
 
GLData.ReleaseBehavior - Enum in org.lwjgl.opengl.swt
 
greenSize - Variable in class org.lwjgl.opengl.swt.GLData
The number of bits for the green color channel.

I

instance - Variable in class org.lwjgl.vulkan.swt.VKData
The VkInstance on behalf of which to create a window surface.
isCurrent() - Method in class org.lwjgl.opengl.swt.GLCanvas
Returns a boolean indicating whether the receiver's OpenGL context is the current context.

L

loseContextOnReset - Variable in class org.lwjgl.opengl.swt.GLData
When GLData.robustness is true then this specifies whether a GL_LOSE_CONTEXT_ON_RESET_ARB reset notification is sent, as described by GL_ARB_robustness.

M

majorVersion - Variable in class org.lwjgl.opengl.swt.GLData
The major GL context version to use.
minorVersion - Variable in class org.lwjgl.opengl.swt.GLData
The minor GL context version to use.

N

noErrorContext - Variable in class org.lwjgl.opengl.swt.GLData
Whether to use a "no error" context, as described in ARB_create_context_no_error and KHR_no_error.

O

org.lwjgl.opengl.swt - package org.lwjgl.opengl.swt
 
org.lwjgl.vulkan.swt - package org.lwjgl.vulkan.swt
 

P

pixelFormatFloat - Variable in class org.lwjgl.opengl.swt.GLData
Whether to use a floating point pixel format.
PlatformVKCanvas - Interface in org.lwjgl.vulkan.swt
 
profile - Variable in class org.lwjgl.opengl.swt.GLData
The profile to use.

R

redSize - Variable in class org.lwjgl.opengl.swt.GLData
The number of bits for the red color channel.
resetStyle(Composite) - Method in interface org.lwjgl.vulkan.swt.PlatformVKCanvas
 
robustness - Variable in class org.lwjgl.opengl.swt.GLData
Whether robust buffer access should be used.

S

sampleBuffers - Variable in class org.lwjgl.opengl.swt.GLData
This is ignored.
samples - Variable in class org.lwjgl.opengl.swt.GLData
The number of (coverage) samples for multisampling.
setCurrent() - Method in class org.lwjgl.opengl.swt.GLCanvas
Sets the OpenGL context associated with this GLCanvas to be the current GL context.
shareContext - Variable in class org.lwjgl.opengl.swt.GLData
The GLCanvas whose context objects should be shared with the context created using this GLData.
sRGB - Variable in class org.lwjgl.opengl.swt.GLData
Whether to use sRGB color space.
stencilSize - Variable in class org.lwjgl.opengl.swt.GLData
The number of bits for the stencil channel.
stereo - Variable in class org.lwjgl.opengl.swt.GLData
Whether to use different LEFT and RIGHT backbuffers for stereo rendering.
surface - Variable in class org.lwjgl.vulkan.swt.VKCanvas
The Vulkan surface handle for this VKCanvas.
swapBarrierNV - Variable in class org.lwjgl.opengl.swt.GLData
The swap barrier index.
swapBuffers() - Method in class org.lwjgl.opengl.swt.GLCanvas
Swaps the front and back color buffers.
swapGroupNV - Variable in class org.lwjgl.opengl.swt.GLData
The swap group index.
swapInterval - Variable in class org.lwjgl.opengl.swt.GLData
Set the swap interval.

V

valueOf(String) - Static method in enum org.lwjgl.opengl.swt.GLData.API
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lwjgl.opengl.swt.GLData.Profile
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lwjgl.opengl.swt.GLData.ReleaseBehavior
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.lwjgl.opengl.swt.GLData.API
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lwjgl.opengl.swt.GLData.Profile
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lwjgl.opengl.swt.GLData.ReleaseBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
VKCanvas - Class in org.lwjgl.vulkan.swt
A SWT Canvas that supports to be drawn on using Vulkan.
VKCanvas(Composite, int, VKData) - Constructor for class org.lwjgl.vulkan.swt.VKCanvas
Create a VKCanvas widget using the attributes described in the supplied VKData object.
VKData - Class in org.lwjgl.vulkan.swt
Contains information to create a VKCanvas.
VKData() - Constructor for class org.lwjgl.vulkan.swt.VKData
 
A B C D F G I L M N O P R S V 
Skip navigation links

Copyright © 2016–2021 LWJGLX. All rights reserved.