public static class SpvcCombinedImageSampler.Buffer extends org.lwjgl.system.StructBuffer<SpvcCombinedImageSampler,SpvcCombinedImageSampler.Buffer> implements org.lwjgl.system.NativeResource
SpvcCombinedImageSampler structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
SpvcCombinedImageSampler.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
int |
combined_id()
Returns the value of the
combined_id field. |
SpvcCombinedImageSampler.Buffer |
combined_id(int value)
Sets the specified value to the
combined_id field. |
int |
image_id()
Returns the value of the
image_id field. |
SpvcCombinedImageSampler.Buffer |
image_id(int value)
Sets the specified value to the
image_id field. |
int |
sampler_id()
Returns the value of the
sampler_id field. |
SpvcCombinedImageSampler.Buffer |
sampler_id(int value)
Sets the specified value to the
sampler_id field. |
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streampublic Buffer(java.nio.ByteBuffer container)
SpvcCombinedImageSampler.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 SpvcCombinedImageSampler.SIZEOF, and its mark will be undefined.
The created buffer instance holds a strong reference to the container object.
public Buffer(long address,
int cap)
public int combined_id()
combined_id field.public int image_id()
image_id field.public int sampler_id()
sampler_id field.public SpvcCombinedImageSampler.Buffer combined_id(int value)
combined_id field.public SpvcCombinedImageSampler.Buffer image_id(int value)
image_id field.public SpvcCombinedImageSampler.Buffer sampler_id(int value)
sampler_id field.Copyright LWJGL. All Rights Reserved. License terms.