Package org.lwjgl.system.windows
Class PIXELFORMATDESCRIPTOR
- All Implemented Interfaces:
AutoCloseable
,NativeResource
,Pointer
struct PIXELFORMATDESCRIPTOR {
WORD nSize;
WORD nVersion;
DWORD dwFlags;
BYTE iPixelType;
BYTE cColorBits;
BYTE cRedBits;
BYTE cRedShift;
BYTE cGreenBits;
BYTE cGreenShift;
BYTE cBlueBits;
BYTE cBlueShift;
BYTE cAlphaBits;
BYTE cAlphaShift;
BYTE cAccumBits;
BYTE cAccumRedBits;
BYTE cAccumGreenBits;
BYTE cAccumBlueBits;
BYTE cAccumAlphaBits;
BYTE cDepthBits;
BYTE cStencilBits;
BYTE cAuxBuffers;
BYTE iLayerType;
BYTE bReserved;
DWORD dwLayerMask;
DWORD dwVisibleMask;
DWORD dwDamageMask;
}
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidation
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The struct alignment in bytes.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct size in bytes.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionPIXELFORMATDESCRIPTOR
(ByteBuffer container) Creates aPIXELFORMATDESCRIPTOR
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptionbyte
bReserved
(byte value) Sets the specified value to thebReserved
field.byte
cAccumAlphaBits
(byte value) Sets the specified value to thecAccumAlphaBits
field.byte
cAccumBits
(byte value) Sets the specified value to thecAccumBits
field.byte
cAccumBlueBits
(byte value) Sets the specified value to thecAccumBlueBits
field.byte
cAccumGreenBits
(byte value) Sets the specified value to thecAccumGreenBits
field.byte
cAccumRedBits
(byte value) Sets the specified value to thecAccumRedBits
field.static PIXELFORMATDESCRIPTOR
calloc()
Returns a newPIXELFORMATDESCRIPTOR
instance allocated withmemCalloc
.static PIXELFORMATDESCRIPTOR.Buffer
calloc
(int capacity) Returns a newPIXELFORMATDESCRIPTOR.Buffer
instance allocated withmemCalloc
.static PIXELFORMATDESCRIPTOR.Buffer
calloc
(int capacity, MemoryStack stack) Returns a newPIXELFORMATDESCRIPTOR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static PIXELFORMATDESCRIPTOR
calloc
(MemoryStack stack) Returns a newPIXELFORMATDESCRIPTOR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static PIXELFORMATDESCRIPTOR
Deprecated.static PIXELFORMATDESCRIPTOR.Buffer
callocStack
(int capacity) Deprecated.static PIXELFORMATDESCRIPTOR.Buffer
callocStack
(int capacity, MemoryStack stack) Deprecated.static PIXELFORMATDESCRIPTOR
callocStack
(MemoryStack stack) Deprecated.byte
cAlphaBits
(byte value) Sets the specified value to thecAlphaBits
field.byte
cAlphaShift
(byte value) Sets the specified value to thecAlphaShift
field.byte
cAuxBuffers
(byte value) Sets the specified value to thecAuxBuffers
field.byte
cBlueBits
(byte value) Sets the specified value to thecBlueBits
field.byte
cBlueShift
(byte value) Sets the specified value to thecBlueShift
field.byte
cColorBits
(byte value) Sets the specified value to thecColorBits
field.byte
cDepthBits
(byte value) Sets the specified value to thecDepthBits
field.byte
cGreenBits
(byte value) Sets the specified value to thecGreenBits
field.byte
cGreenShift
(byte value) Sets the specified value to thecGreenShift
field.static PIXELFORMATDESCRIPTOR
create()
Returns a newPIXELFORMATDESCRIPTOR
instance allocated withBufferUtils
.static PIXELFORMATDESCRIPTOR.Buffer
create
(int capacity) Returns a newPIXELFORMATDESCRIPTOR.Buffer
instance allocated withBufferUtils
.static PIXELFORMATDESCRIPTOR
create
(long address) Returns a newPIXELFORMATDESCRIPTOR
instance for the specified memory address.static PIXELFORMATDESCRIPTOR.Buffer
create
(long address, int capacity) Create aPIXELFORMATDESCRIPTOR.Buffer
instance at the specified memory.static @Nullable PIXELFORMATDESCRIPTOR
createSafe
(long address) static @Nullable PIXELFORMATDESCRIPTOR.Buffer
createSafe
(long address, int capacity) byte
cRedBits()
cRedBits
(byte value) Sets the specified value to thecRedBits
field.byte
cRedShift
(byte value) Sets the specified value to thecRedShift
field.byte
cStencilBits
(byte value) Sets the specified value to thecStencilBits
field.int
dwDamageMask
(int value) Sets the specified value to thedwDamageMask
field.int
dwFlags()
dwFlags
(int value) Sets the specified value to thedwFlags
field.int
dwLayerMask
(int value) Sets the specified value to thedwLayerMask
field.int
dwVisibleMask
(int value) Sets the specified value to thedwVisibleMask
field.byte
iLayerType
(byte value) Sets the specified value to theiLayerType
field.byte
iPixelType
(byte value) Sets the specified value to theiPixelType
field.static PIXELFORMATDESCRIPTOR
malloc()
Returns a newPIXELFORMATDESCRIPTOR
instance allocated withmemAlloc
.static PIXELFORMATDESCRIPTOR.Buffer
malloc
(int capacity) Returns a newPIXELFORMATDESCRIPTOR.Buffer
instance allocated withmemAlloc
.static PIXELFORMATDESCRIPTOR.Buffer
malloc
(int capacity, MemoryStack stack) Returns a newPIXELFORMATDESCRIPTOR.Buffer
instance allocated on the specifiedMemoryStack
.static PIXELFORMATDESCRIPTOR
malloc
(MemoryStack stack) Returns a newPIXELFORMATDESCRIPTOR
instance allocated on the specifiedMemoryStack
.static PIXELFORMATDESCRIPTOR
Deprecated.static PIXELFORMATDESCRIPTOR.Buffer
mallocStack
(int capacity) Deprecated.static PIXELFORMATDESCRIPTOR.Buffer
mallocStack
(int capacity, MemoryStack stack) Deprecated.static PIXELFORMATDESCRIPTOR
mallocStack
(MemoryStack stack) Deprecated.static byte
nbReserved
(long struct) Unsafe version ofbReserved()
.static void
nbReserved
(long struct, byte value) Unsafe version ofbReserved
.static byte
ncAccumAlphaBits
(long struct) Unsafe version ofcAccumAlphaBits()
.static void
ncAccumAlphaBits
(long struct, byte value) Unsafe version ofcAccumAlphaBits
.static byte
ncAccumBits
(long struct) Unsafe version ofcAccumBits()
.static void
ncAccumBits
(long struct, byte value) Unsafe version ofcAccumBits
.static byte
ncAccumBlueBits
(long struct) Unsafe version ofcAccumBlueBits()
.static void
ncAccumBlueBits
(long struct, byte value) Unsafe version ofcAccumBlueBits
.static byte
ncAccumGreenBits
(long struct) Unsafe version ofcAccumGreenBits()
.static void
ncAccumGreenBits
(long struct, byte value) Unsafe version ofcAccumGreenBits
.static byte
ncAccumRedBits
(long struct) Unsafe version ofcAccumRedBits()
.static void
ncAccumRedBits
(long struct, byte value) Unsafe version ofcAccumRedBits
.static byte
ncAlphaBits
(long struct) Unsafe version ofcAlphaBits()
.static void
ncAlphaBits
(long struct, byte value) Unsafe version ofcAlphaBits
.static byte
ncAlphaShift
(long struct) Unsafe version ofcAlphaShift()
.static void
ncAlphaShift
(long struct, byte value) Unsafe version ofcAlphaShift
.static byte
ncAuxBuffers
(long struct) Unsafe version ofcAuxBuffers()
.static void
ncAuxBuffers
(long struct, byte value) Unsafe version ofcAuxBuffers
.static byte
ncBlueBits
(long struct) Unsafe version ofcBlueBits()
.static void
ncBlueBits
(long struct, byte value) Unsafe version ofcBlueBits
.static byte
ncBlueShift
(long struct) Unsafe version ofcBlueShift()
.static void
ncBlueShift
(long struct, byte value) Unsafe version ofcBlueShift
.static byte
ncColorBits
(long struct) Unsafe version ofcColorBits()
.static void
ncColorBits
(long struct, byte value) Unsafe version ofcColorBits
.static byte
ncDepthBits
(long struct) Unsafe version ofcDepthBits()
.static void
ncDepthBits
(long struct, byte value) Unsafe version ofcDepthBits
.static byte
ncGreenBits
(long struct) Unsafe version ofcGreenBits()
.static void
ncGreenBits
(long struct, byte value) Unsafe version ofcGreenBits
.static byte
ncGreenShift
(long struct) Unsafe version ofcGreenShift()
.static void
ncGreenShift
(long struct, byte value) Unsafe version ofcGreenShift
.static byte
ncRedBits
(long struct) Unsafe version ofcRedBits()
.static void
ncRedBits
(long struct, byte value) Unsafe version ofcRedBits
.static byte
ncRedShift
(long struct) Unsafe version ofcRedShift()
.static void
ncRedShift
(long struct, byte value) Unsafe version ofcRedShift
.static byte
ncStencilBits
(long struct) Unsafe version ofcStencilBits()
.static void
ncStencilBits
(long struct, byte value) Unsafe version ofcStencilBits
.static int
ndwDamageMask
(long struct) Unsafe version ofdwDamageMask()
.static void
ndwDamageMask
(long struct, int value) Unsafe version ofdwDamageMask
.static int
ndwFlags
(long struct) Unsafe version ofdwFlags()
.static void
ndwFlags
(long struct, int value) Unsafe version ofdwFlags
.static int
ndwLayerMask
(long struct) Unsafe version ofdwLayerMask()
.static void
ndwLayerMask
(long struct, int value) Unsafe version ofdwLayerMask
.static int
ndwVisibleMask
(long struct) Unsafe version ofdwVisibleMask()
.static void
ndwVisibleMask
(long struct, int value) Unsafe version ofdwVisibleMask
.static byte
niLayerType
(long struct) Unsafe version ofiLayerType()
.static void
niLayerType
(long struct, byte value) Unsafe version ofiLayerType
.static byte
niPixelType
(long struct) Unsafe version ofiPixelType()
.static void
niPixelType
(long struct, byte value) Unsafe version ofiPixelType
.static short
nnSize
(long struct) Unsafe version ofnSize()
.static void
nnSize
(long struct, short value) Unsafe version ofnSize
.static short
nnVersion
(long struct) Unsafe version ofnVersion()
.static void
nnVersion
(long struct, short value) Unsafe version ofnVersion
.short
nSize()
nSize
(short value) Sets the specified value to thenSize
field.short
nVersion()
nVersion
(short value) Sets the specified value to thenVersion
field.set
(short nSize, short nVersion, int dwFlags, byte iPixelType, byte cColorBits, byte cRedBits, byte cRedShift, byte cGreenBits, byte cGreenShift, byte cBlueBits, byte cBlueShift, byte cAlphaBits, byte cAlphaShift, byte cAccumBits, byte cAccumRedBits, byte cAccumGreenBits, byte cAccumBlueBits, byte cAccumAlphaBits, byte cDepthBits, byte cStencilBits, byte cAuxBuffers, byte iLayerType, byte bReserved, int dwLayerMask, int dwVisibleMask, int dwDamageMask) Initializes this struct with the specified values.set
(PIXELFORMATDESCRIPTOR src) Copies the specified struct data to this struct.int
sizeof()
Returnssizeof(struct)
.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
NSIZE
public static final int NSIZEThe struct member offsets. -
NVERSION
public static final int NVERSIONThe struct member offsets. -
DWFLAGS
public static final int DWFLAGSThe struct member offsets. -
IPIXELTYPE
public static final int IPIXELTYPEThe struct member offsets. -
CCOLORBITS
public static final int CCOLORBITSThe struct member offsets. -
CREDBITS
public static final int CREDBITSThe struct member offsets. -
CREDSHIFT
public static final int CREDSHIFTThe struct member offsets. -
CGREENBITS
public static final int CGREENBITSThe struct member offsets. -
CGREENSHIFT
public static final int CGREENSHIFTThe struct member offsets. -
CBLUEBITS
public static final int CBLUEBITSThe struct member offsets. -
CBLUESHIFT
public static final int CBLUESHIFTThe struct member offsets. -
CALPHABITS
public static final int CALPHABITSThe struct member offsets. -
CALPHASHIFT
public static final int CALPHASHIFTThe struct member offsets. -
CACCUMBITS
public static final int CACCUMBITSThe struct member offsets. -
CACCUMREDBITS
public static final int CACCUMREDBITSThe struct member offsets. -
CACCUMGREENBITS
public static final int CACCUMGREENBITSThe struct member offsets. -
CACCUMBLUEBITS
public static final int CACCUMBLUEBITSThe struct member offsets. -
CACCUMALPHABITS
public static final int CACCUMALPHABITSThe struct member offsets. -
CDEPTHBITS
public static final int CDEPTHBITSThe struct member offsets. -
CSTENCILBITS
public static final int CSTENCILBITSThe struct member offsets. -
CAUXBUFFERS
public static final int CAUXBUFFERSThe struct member offsets. -
ILAYERTYPE
public static final int ILAYERTYPEThe struct member offsets. -
BRESERVED
public static final int BRESERVEDThe struct member offsets. -
DWLAYERMASK
public static final int DWLAYERMASKThe struct member offsets. -
DWVISIBLEMASK
public static final int DWVISIBLEMASKThe struct member offsets. -
DWDAMAGEMASK
public static final int DWDAMAGEMASKThe struct member offsets.
-
-
Constructor Details
-
PIXELFORMATDESCRIPTOR
Creates aPIXELFORMATDESCRIPTOR
instance at the current position of the specifiedByteBuffer
container. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()Description copied from class:Struct
Returnssizeof(struct)
.- Specified by:
sizeof
in classStruct<PIXELFORMATDESCRIPTOR>
-
nSize
public short nSize()- Returns:
- the value of the
nSize
field.
-
nVersion
public short nVersion()- Returns:
- the value of the
nVersion
field.
-
dwFlags
public int dwFlags()- Returns:
- the value of the
dwFlags
field.
-
iPixelType
public byte iPixelType()- Returns:
- the value of the
iPixelType
field.
-
cColorBits
public byte cColorBits()- Returns:
- the value of the
cColorBits
field.
-
cRedBits
public byte cRedBits()- Returns:
- the value of the
cRedBits
field.
-
cRedShift
public byte cRedShift()- Returns:
- the value of the
cRedShift
field.
-
cGreenBits
public byte cGreenBits()- Returns:
- the value of the
cGreenBits
field.
-
cGreenShift
public byte cGreenShift()- Returns:
- the value of the
cGreenShift
field.
-
cBlueBits
public byte cBlueBits()- Returns:
- the value of the
cBlueBits
field.
-
cBlueShift
public byte cBlueShift()- Returns:
- the value of the
cBlueShift
field.
-
cAlphaBits
public byte cAlphaBits()- Returns:
- the value of the
cAlphaBits
field.
-
cAlphaShift
public byte cAlphaShift()- Returns:
- the value of the
cAlphaShift
field.
-
cAccumBits
public byte cAccumBits()- Returns:
- the value of the
cAccumBits
field.
-
cAccumRedBits
public byte cAccumRedBits()- Returns:
- the value of the
cAccumRedBits
field.
-
cAccumGreenBits
public byte cAccumGreenBits()- Returns:
- the value of the
cAccumGreenBits
field.
-
cAccumBlueBits
public byte cAccumBlueBits()- Returns:
- the value of the
cAccumBlueBits
field.
-
cAccumAlphaBits
public byte cAccumAlphaBits()- Returns:
- the value of the
cAccumAlphaBits
field.
-
cDepthBits
public byte cDepthBits()- Returns:
- the value of the
cDepthBits
field.
-
cStencilBits
public byte cStencilBits()- Returns:
- the value of the
cStencilBits
field.
-
cAuxBuffers
public byte cAuxBuffers()- Returns:
- the value of the
cAuxBuffers
field.
-
iLayerType
public byte iLayerType()- Returns:
- the value of the
iLayerType
field.
-
bReserved
public byte bReserved()- Returns:
- the value of the
bReserved
field.
-
dwLayerMask
public int dwLayerMask()- Returns:
- the value of the
dwLayerMask
field.
-
dwVisibleMask
public int dwVisibleMask()- Returns:
- the value of the
dwVisibleMask
field.
-
dwDamageMask
public int dwDamageMask()- Returns:
- the value of the
dwDamageMask
field.
-
nSize
Sets the specified value to thenSize
field. -
nVersion
Sets the specified value to thenVersion
field. -
dwFlags
Sets the specified value to thedwFlags
field. -
iPixelType
Sets the specified value to theiPixelType
field. -
cColorBits
Sets the specified value to thecColorBits
field. -
cRedBits
Sets the specified value to thecRedBits
field. -
cRedShift
Sets the specified value to thecRedShift
field. -
cGreenBits
Sets the specified value to thecGreenBits
field. -
cGreenShift
Sets the specified value to thecGreenShift
field. -
cBlueBits
Sets the specified value to thecBlueBits
field. -
cBlueShift
Sets the specified value to thecBlueShift
field. -
cAlphaBits
Sets the specified value to thecAlphaBits
field. -
cAlphaShift
Sets the specified value to thecAlphaShift
field. -
cAccumBits
Sets the specified value to thecAccumBits
field. -
cAccumRedBits
Sets the specified value to thecAccumRedBits
field. -
cAccumGreenBits
Sets the specified value to thecAccumGreenBits
field. -
cAccumBlueBits
Sets the specified value to thecAccumBlueBits
field. -
cAccumAlphaBits
Sets the specified value to thecAccumAlphaBits
field. -
cDepthBits
Sets the specified value to thecDepthBits
field. -
cStencilBits
Sets the specified value to thecStencilBits
field. -
cAuxBuffers
Sets the specified value to thecAuxBuffers
field. -
iLayerType
Sets the specified value to theiLayerType
field. -
bReserved
Sets the specified value to thebReserved
field. -
dwLayerMask
Sets the specified value to thedwLayerMask
field. -
dwVisibleMask
Sets the specified value to thedwVisibleMask
field. -
dwDamageMask
Sets the specified value to thedwDamageMask
field. -
set
public PIXELFORMATDESCRIPTOR set(short nSize, short nVersion, int dwFlags, byte iPixelType, byte cColorBits, byte cRedBits, byte cRedShift, byte cGreenBits, byte cGreenShift, byte cBlueBits, byte cBlueShift, byte cAlphaBits, byte cAlphaShift, byte cAccumBits, byte cAccumRedBits, byte cAccumGreenBits, byte cAccumBlueBits, byte cAccumAlphaBits, byte cDepthBits, byte cStencilBits, byte cAuxBuffers, byte iLayerType, byte bReserved, int dwLayerMask, int dwVisibleMask, int dwDamageMask) Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
Returns a newPIXELFORMATDESCRIPTOR
instance allocated withmemAlloc
. The instance must be explicitly freed. -
calloc
Returns a newPIXELFORMATDESCRIPTOR
instance allocated withmemCalloc
. The instance must be explicitly freed. -
create
Returns a newPIXELFORMATDESCRIPTOR
instance allocated withBufferUtils
. -
create
Returns a newPIXELFORMATDESCRIPTOR
instance for the specified memory address. -
createSafe
-
malloc
Returns a newPIXELFORMATDESCRIPTOR.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
Returns a newPIXELFORMATDESCRIPTOR.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
Returns a newPIXELFORMATDESCRIPTOR.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
Create aPIXELFORMATDESCRIPTOR.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
-
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)
instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)
instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)
instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)
instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)
instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)
instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)
instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)
instead. -
malloc
Returns a newPIXELFORMATDESCRIPTOR
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
Returns a newPIXELFORMATDESCRIPTOR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
Returns a newPIXELFORMATDESCRIPTOR.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
calloc
Returns a newPIXELFORMATDESCRIPTOR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
nnSize
public static short nnSize(long struct) Unsafe version ofnSize()
. -
nnVersion
public static short nnVersion(long struct) Unsafe version ofnVersion()
. -
ndwFlags
public static int ndwFlags(long struct) Unsafe version ofdwFlags()
. -
niPixelType
public static byte niPixelType(long struct) Unsafe version ofiPixelType()
. -
ncColorBits
public static byte ncColorBits(long struct) Unsafe version ofcColorBits()
. -
ncRedBits
public static byte ncRedBits(long struct) Unsafe version ofcRedBits()
. -
ncRedShift
public static byte ncRedShift(long struct) Unsafe version ofcRedShift()
. -
ncGreenBits
public static byte ncGreenBits(long struct) Unsafe version ofcGreenBits()
. -
ncGreenShift
public static byte ncGreenShift(long struct) Unsafe version ofcGreenShift()
. -
ncBlueBits
public static byte ncBlueBits(long struct) Unsafe version ofcBlueBits()
. -
ncBlueShift
public static byte ncBlueShift(long struct) Unsafe version ofcBlueShift()
. -
ncAlphaBits
public static byte ncAlphaBits(long struct) Unsafe version ofcAlphaBits()
. -
ncAlphaShift
public static byte ncAlphaShift(long struct) Unsafe version ofcAlphaShift()
. -
ncAccumBits
public static byte ncAccumBits(long struct) Unsafe version ofcAccumBits()
. -
ncAccumRedBits
public static byte ncAccumRedBits(long struct) Unsafe version ofcAccumRedBits()
. -
ncAccumGreenBits
public static byte ncAccumGreenBits(long struct) Unsafe version ofcAccumGreenBits()
. -
ncAccumBlueBits
public static byte ncAccumBlueBits(long struct) Unsafe version ofcAccumBlueBits()
. -
ncAccumAlphaBits
public static byte ncAccumAlphaBits(long struct) Unsafe version ofcAccumAlphaBits()
. -
ncDepthBits
public static byte ncDepthBits(long struct) Unsafe version ofcDepthBits()
. -
ncStencilBits
public static byte ncStencilBits(long struct) Unsafe version ofcStencilBits()
. -
ncAuxBuffers
public static byte ncAuxBuffers(long struct) Unsafe version ofcAuxBuffers()
. -
niLayerType
public static byte niLayerType(long struct) Unsafe version ofiLayerType()
. -
nbReserved
public static byte nbReserved(long struct) Unsafe version ofbReserved()
. -
ndwLayerMask
public static int ndwLayerMask(long struct) Unsafe version ofdwLayerMask()
. -
ndwVisibleMask
public static int ndwVisibleMask(long struct) Unsafe version ofdwVisibleMask()
. -
ndwDamageMask
public static int ndwDamageMask(long struct) Unsafe version ofdwDamageMask()
. -
nnSize
public static void nnSize(long struct, short value) Unsafe version ofnSize
. -
nnVersion
public static void nnVersion(long struct, short value) Unsafe version ofnVersion
. -
ndwFlags
public static void ndwFlags(long struct, int value) Unsafe version ofdwFlags
. -
niPixelType
public static void niPixelType(long struct, byte value) Unsafe version ofiPixelType
. -
ncColorBits
public static void ncColorBits(long struct, byte value) Unsafe version ofcColorBits
. -
ncRedBits
public static void ncRedBits(long struct, byte value) Unsafe version ofcRedBits
. -
ncRedShift
public static void ncRedShift(long struct, byte value) Unsafe version ofcRedShift
. -
ncGreenBits
public static void ncGreenBits(long struct, byte value) Unsafe version ofcGreenBits
. -
ncGreenShift
public static void ncGreenShift(long struct, byte value) Unsafe version ofcGreenShift
. -
ncBlueBits
public static void ncBlueBits(long struct, byte value) Unsafe version ofcBlueBits
. -
ncBlueShift
public static void ncBlueShift(long struct, byte value) Unsafe version ofcBlueShift
. -
ncAlphaBits
public static void ncAlphaBits(long struct, byte value) Unsafe version ofcAlphaBits
. -
ncAlphaShift
public static void ncAlphaShift(long struct, byte value) Unsafe version ofcAlphaShift
. -
ncAccumBits
public static void ncAccumBits(long struct, byte value) Unsafe version ofcAccumBits
. -
ncAccumRedBits
public static void ncAccumRedBits(long struct, byte value) Unsafe version ofcAccumRedBits
. -
ncAccumGreenBits
public static void ncAccumGreenBits(long struct, byte value) Unsafe version ofcAccumGreenBits
. -
ncAccumBlueBits
public static void ncAccumBlueBits(long struct, byte value) Unsafe version ofcAccumBlueBits
. -
ncAccumAlphaBits
public static void ncAccumAlphaBits(long struct, byte value) Unsafe version ofcAccumAlphaBits
. -
ncDepthBits
public static void ncDepthBits(long struct, byte value) Unsafe version ofcDepthBits
. -
ncStencilBits
public static void ncStencilBits(long struct, byte value) Unsafe version ofcStencilBits
. -
ncAuxBuffers
public static void ncAuxBuffers(long struct, byte value) Unsafe version ofcAuxBuffers
. -
niLayerType
public static void niLayerType(long struct, byte value) Unsafe version ofiLayerType
. -
nbReserved
public static void nbReserved(long struct, byte value) Unsafe version ofbReserved
. -
ndwLayerMask
public static void ndwLayerMask(long struct, int value) Unsafe version ofdwLayerMask
. -
ndwVisibleMask
public static void ndwVisibleMask(long struct, int value) Unsafe version ofdwVisibleMask
. -
ndwDamageMask
public static void ndwDamageMask(long struct, int value) Unsafe version ofdwDamageMask
.
-