Package org.lwjgl.opencl
Class CLImageDesc.Buffer
- All Implemented Interfaces:
AutoCloseable
,Iterable<CLImageDesc>
,NativeResource
,Pointer
- Enclosing class:
CLImageDesc
public static class CLImageDesc.Buffer
extends StructBuffer<CLImageDesc,CLImageDesc.Buffer>
implements NativeResource
An array of
CLImageDesc
structs.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionBuffer
(long address, int cap) Buffer
(ByteBuffer container) Creates a newCLImageDesc.Buffer
instance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionlong
buffer()
buffer
(long value) Sets the specified value to thebuffer
field.long
image_array_size
(long value) Sets the specified value to theimage_array_size
field.long
image_depth
(long value) Sets the specified value to theimage_depth
field.long
image_height
(long value) Sets the specified value to theimage_height
field.long
image_row_pitch
(long value) Sets the specified value to theimage_row_pitch
field.long
image_slice_pitch
(long value) Sets the specified value to theimage_slice_pitch
field.int
image_type
(int value) Sets the specified value to theimage_type
field.long
image_width
(long value) Sets the specified value to theimage_width
field.long
mem_object
(long value) Sets the specified value to themem_object
field.int
num_mip_levels
(int value) Sets the specified value to thenum_mip_levels
field.int
num_samples
(int value) Sets the specified value to thenum_samples
field.Methods inherited from class org.lwjgl.system.StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, stream
Methods inherited from class org.lwjgl.system.CustomBuffer
address, address, address0, capacity, clear, compact, duplicate, flip, free, hasRemaining, limit, limit, mark, position, position, put, remaining, reset, rewind, slice, slice, toString
Methods inherited from class org.lwjgl.system.Pointer.Default
equals, hashCode
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Constructor Details
-
Buffer
Creates a newCLImageDesc.Buffer
instance backed by the specified container.Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by
CLImageDesc.SIZEOF
, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Details
-
image_type
public int image_type()- Returns:
- the value of the
image_type
field.
-
image_width
public long image_width()- Returns:
- the value of the
image_width
field.
-
image_height
public long image_height()- Returns:
- the value of the
image_height
field.
-
image_depth
public long image_depth()- Returns:
- the value of the
image_depth
field.
-
image_array_size
public long image_array_size()- Returns:
- the value of the
image_array_size
field.
-
image_row_pitch
public long image_row_pitch()- Returns:
- the value of the
image_row_pitch
field.
-
image_slice_pitch
public long image_slice_pitch()- Returns:
- the value of the
image_slice_pitch
field.
-
num_mip_levels
public int num_mip_levels()- Returns:
- the value of the
num_mip_levels
field.
-
num_samples
public int num_samples()- Returns:
- the value of the
num_samples
field.
-
buffer
public long buffer()- Returns:
- the value of the
buffer
field.
-
mem_object
public long mem_object()- Returns:
- the value of the
mem_object
field.
-
image_type
Sets the specified value to theimage_type
field. -
image_width
Sets the specified value to theimage_width
field. -
image_height
Sets the specified value to theimage_height
field. -
image_depth
Sets the specified value to theimage_depth
field. -
image_array_size
Sets the specified value to theimage_array_size
field. -
image_row_pitch
Sets the specified value to theimage_row_pitch
field. -
image_slice_pitch
Sets the specified value to theimage_slice_pitch
field. -
num_mip_levels
Sets the specified value to thenum_mip_levels
field. -
num_samples
Sets the specified value to thenum_samples
field. -
buffer
Sets the specified value to thebuffer
field. -
mem_object
Sets the specified value to themem_object
field.
-