Class PIXELFORMATDESCRIPTOR
java.lang.Object
org.eclipse.swt.internal.opengl.win32.PIXELFORMATDESCRIPTOR
-
Field Summary
FieldsModifier and TypeFieldDescriptionbytebytebytebytebytebytebytebytebytebytebytebytebytebytebytebytebytebyteintintintintbytebyteshortshortstatic final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
nSize
public short nSize -
nVersion
public short nVersion -
dwFlags
public int dwFlags -
iPixelType
public byte iPixelType -
cColorBits
public byte cColorBits -
cRedBits
public byte cRedBits -
cRedShift
public byte cRedShift -
cGreenBits
public byte cGreenBits -
cGreenShift
public byte cGreenShift -
cBlueBits
public byte cBlueBits -
cBlueShift
public byte cBlueShift -
cAlphaBits
public byte cAlphaBits -
cAlphaShift
public byte cAlphaShift -
cAccumBits
public byte cAccumBits -
cAccumRedBits
public byte cAccumRedBits -
cAccumGreenBits
public byte cAccumGreenBits -
cAccumBlueBits
public byte cAccumBlueBits -
cAccumAlphaBits
public byte cAccumAlphaBits -
cDepthBits
public byte cDepthBits -
cStencilBits
public byte cStencilBits -
cAuxBuffers
public byte cAuxBuffers -
iLayerType
public byte iLayerType -
bReserved
public byte bReserved -
dwLayerMask
public int dwLayerMask -
dwVisibleMask
public int dwVisibleMask -
dwDamageMask
public int dwDamageMask -
sizeof
public static final int sizeof- See Also:
-
-
Constructor Details
-
PIXELFORMATDESCRIPTOR
public PIXELFORMATDESCRIPTOR()
-