Package org.lwjgl.glfw
Class GLFWGammaRamp
- All Implemented Interfaces:
AutoCloseable,NativeResource,Pointer
struct GLFWgammaramp {
unsigned short * red;
unsigned short * green;
unsigned short * blue;
unsigned int size;
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionGLFWGammaRamp(ByteBuffer container) Creates aGLFWGammaRampinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionblue()blue(ShortBuffer value) Sets the address of the specifiedShortBufferto thebluefield.static GLFWGammaRampcalloc()Returns a newGLFWGammaRampinstance allocated withmemCalloc.static GLFWGammaRamp.Buffercalloc(int capacity) Returns a newGLFWGammaRamp.Bufferinstance allocated withmemCalloc.static GLFWGammaRamp.Buffercalloc(int capacity, MemoryStack stack) Returns a newGLFWGammaRamp.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static GLFWGammaRampcalloc(MemoryStack stack) Returns a newGLFWGammaRampinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static GLFWGammaRampcreate()Returns a newGLFWGammaRampinstance allocated withBufferUtils.static GLFWGammaRamp.Buffercreate(int capacity) Returns a newGLFWGammaRamp.Bufferinstance allocated withBufferUtils.static GLFWGammaRampcreate(long address) Returns a newGLFWGammaRampinstance for the specified memory address.static GLFWGammaRamp.Buffercreate(long address, int capacity) Create aGLFWGammaRamp.Bufferinstance at the specified memory.static @Nullable GLFWGammaRampcreateSafe(long address) static @Nullable GLFWGammaRamp.BuffercreateSafe(long address, int capacity) green()green(ShortBuffer value) Sets the address of the specifiedShortBufferto thegreenfield.static GLFWGammaRampmalloc()Returns a newGLFWGammaRampinstance allocated withmemAlloc.static GLFWGammaRamp.Buffermalloc(int capacity) Returns a newGLFWGammaRamp.Bufferinstance allocated withmemAlloc.static GLFWGammaRamp.Buffermalloc(int capacity, MemoryStack stack) Returns a newGLFWGammaRamp.Bufferinstance allocated on the specifiedMemoryStack.static GLFWGammaRampmalloc(MemoryStack stack) Returns a newGLFWGammaRampinstance allocated on the specifiedMemoryStack.static ShortBuffernblue(long struct) Unsafe version ofblue.static voidnblue(long struct, ShortBuffer value) Unsafe version ofblue.static ShortBufferngreen(long struct) Unsafe version ofgreen.static voidngreen(long struct, ShortBuffer value) Unsafe version ofgreen.static ShortBuffernred(long struct) Unsafe version ofred.static voidnred(long struct, ShortBuffer value) Unsafe version ofred.static intnsize(long struct) Unsafe version ofsize().static voidnsize(long struct, int value) Sets the specified value to thesizefield of the specifiedstruct.red()red(ShortBuffer value) Sets the address of the specifiedShortBufferto theredfield.set(ShortBuffer red, ShortBuffer green, ShortBuffer blue, int size) Initializes this struct with the specified values.set(GLFWGammaRamp src) Copies the specified struct data to this struct.intsize()size(int value) Sets the specified value to thesizefield.intsizeof()Returnssizeof(struct).static voidvalidate(long struct) Validates pointer members that should not beNULL.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods 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. -
RED
public static final int REDThe struct member offsets. -
GREEN
public static final int GREENThe struct member offsets. -
BLUE
public static final int BLUEThe struct member offsets. -
SIZE
public static final int SIZEThe struct member offsets.
-
-
Constructor Details
-
GLFWGammaRamp
Creates aGLFWGammaRampinstance at the current position of the specifiedByteBuffercontainer. 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:StructReturnssizeof(struct).- Specified by:
sizeofin classStruct<GLFWGammaRamp>
-
red
- Returns:
- a
ShortBufferview of the data pointed to by theredfield.
-
green
- Returns:
- a
ShortBufferview of the data pointed to by thegreenfield.
-
blue
- Returns:
- a
ShortBufferview of the data pointed to by thebluefield.
-
size
public int size()- Returns:
- the value of the
sizefield.
-
red
Sets the address of the specifiedShortBufferto theredfield. -
green
Sets the address of the specifiedShortBufferto thegreenfield. -
blue
Sets the address of the specifiedShortBufferto thebluefield. -
size
Sets the specified value to thesizefield. -
set
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 newGLFWGammaRampinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newGLFWGammaRampinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newGLFWGammaRampinstance allocated withBufferUtils. -
create
Returns a newGLFWGammaRampinstance for the specified memory address. -
createSafe
-
malloc
Returns a newGLFWGammaRamp.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newGLFWGammaRamp.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newGLFWGammaRamp.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aGLFWGammaRamp.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
malloc
Returns a newGLFWGammaRampinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newGLFWGammaRampinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newGLFWGammaRamp.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newGLFWGammaRamp.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nred
Unsafe version ofred. -
ngreen
Unsafe version ofgreen. -
nblue
Unsafe version ofblue. -
nsize
public static int nsize(long struct) Unsafe version ofsize(). -
nred
Unsafe version ofred. -
ngreen
Unsafe version ofgreen. -
nblue
Unsafe version ofblue. -
nsize
public static void nsize(long struct, int value) Sets the specified value to thesizefield of the specifiedstruct. -
validate
public static void validate(long struct) Validates pointer members that should not beNULL.- Parameters:
struct- the struct to validate
-