Package org.lwjgl.ovr
Class OVRColorf
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<OVRColorf>
org.lwjgl.ovr.OVRColorf
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public class OVRColorf
extends org.lwjgl.system.Struct<OVRColorf>
implements org.lwjgl.system.NativeResource
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
org.lwjgl.system.Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct member offsets.static 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 size in bytes.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionOVRColorf(ByteBuffer container) Creates aOVRColorfinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionfloata()the A componenta(float value) Sets the specified value to thea()field.floatb()the B componentb(float value) Sets the specified value to theb()field.static OVRColorfcalloc()Returns a newOVRColorfinstance allocated withmemCalloc.static OVRColorf.Buffercalloc(int capacity) Returns a newOVRColorf.Bufferinstance allocated withmemCalloc.static OVRColorf.Buffercalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newOVRColorf.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static OVRColorfcalloc(org.lwjgl.system.MemoryStack stack) Returns a newOVRColorfinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static OVRColorfDeprecated.static OVRColorf.BuffercallocStack(int capacity) Deprecated.static OVRColorf.BuffercallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static OVRColorfcallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static OVRColorfcreate()Returns a newOVRColorfinstance allocated withBufferUtils.static OVRColorf.Buffercreate(int capacity) Returns a newOVRColorf.Bufferinstance allocated withBufferUtils.static OVRColorfcreate(long address) Returns a newOVRColorfinstance for the specified memory address.static OVRColorf.Buffercreate(long address, int capacity) Create aOVRColorf.Bufferinstance at the specified memory.static @Nullable OVRColorfcreateSafe(long address) static @Nullable OVRColorf.BuffercreateSafe(long address, int capacity) floatg()the G componentg(float value) Sets the specified value to theg()field.static OVRColorfmalloc()Returns a newOVRColorfinstance allocated withmemAlloc.static OVRColorf.Buffermalloc(int capacity) Returns a newOVRColorf.Bufferinstance allocated withmemAlloc.static OVRColorf.Buffermalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newOVRColorf.Bufferinstance allocated on the specifiedMemoryStack.static OVRColorfmalloc(org.lwjgl.system.MemoryStack stack) Returns a newOVRColorfinstance allocated on the specifiedMemoryStack.static OVRColorfDeprecated.static OVRColorf.BuffermallocStack(int capacity) Deprecated.static OVRColorf.BuffermallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static OVRColorfmallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static floatna(long struct) Unsafe version ofa().static voidna(long struct, float value) Unsafe version ofa.static floatnb(long struct) Unsafe version ofb().static voidnb(long struct, float value) Unsafe version ofb.static floatng(long struct) Unsafe version ofg().static voidng(long struct, float value) Unsafe version ofg.static floatnr(long struct) Unsafe version ofr().static voidnr(long struct, float value) Unsafe version ofr.floatr()the R componentr(float value) Sets the specified value to ther()field.set(float r, float g, float b, float a) Initializes this struct with the specified values.Copies the specified struct data to this struct.intsizeof()Methods inherited from class org.lwjgl.system.Struct
clear, free, isNull, validate, validateMethods 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. -
R
public static final int RThe struct member offsets. -
G
public static final int GThe struct member offsets. -
B
public static final int BThe struct member offsets. -
A
public static final int AThe struct member offsets.
-
-
Constructor Details
-
OVRColorf
Creates aOVRColorfinstance 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()- Specified by:
sizeofin classorg.lwjgl.system.Struct<OVRColorf>
-
r
public float r()the R component -
g
public float g()the G component -
b
public float b()the B component -
a
public float a()the A component -
r
Sets the specified value to ther()field. -
g
Sets the specified value to theg()field. -
b
Sets the specified value to theb()field. -
a
Sets the specified value to thea()field. -
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 newOVRColorfinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newOVRColorfinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newOVRColorfinstance allocated withBufferUtils. -
create
Returns a newOVRColorfinstance for the specified memory address. -
createSafe
-
malloc
Returns a newOVRColorf.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newOVRColorf.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newOVRColorf.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aOVRColorf.Bufferinstance 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 public static OVRColorf.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
@Deprecated public static OVRColorf.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
malloc
Returns a newOVRColorfinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newOVRColorfinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newOVRColorf.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newOVRColorf.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nr
public static float nr(long struct) Unsafe version ofr(). -
ng
public static float ng(long struct) Unsafe version ofg(). -
nb
public static float nb(long struct) Unsafe version ofb(). -
na
public static float na(long struct) Unsafe version ofa(). -
nr
public static void nr(long struct, float value) Unsafe version ofr. -
ng
public static void ng(long struct, float value) Unsafe version ofg. -
nb
public static void nb(long struct, float value) Unsafe version ofb. -
na
public static void na(long struct, float value) Unsafe version ofa.
-