Package org.lwjgl.util.shaderc
Class SPVParsedInstruction.Buffer
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.CustomBuffer<SPVParsedInstruction.Buffer>
org.lwjgl.system.StructBuffer<SPVParsedInstruction,SPVParsedInstruction.Buffer>
org.lwjgl.util.shaderc.SPVParsedInstruction.Buffer
- All Implemented Interfaces:
AutoCloseable,Iterable<SPVParsedInstruction>,NativeResource,Pointer
- Enclosing class:
SPVParsedInstruction
public static class SPVParsedInstruction.Buffer
extends StructBuffer<SPVParsedInstruction,SPVParsedInstruction.Buffer>
implements NativeResource
An array of
SPVParsedInstruction 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 newSPVParsedInstruction.Bufferinstance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionintext_inst_type(int value) Sets the specified value to theext_inst_typefield.shortshortshortopcode()opcode(short value) Sets the specified value to theopcodefield.operands()operands(SPVParsedOperand.Buffer value) Sets the address of the specifiedSPVParsedOperand.Bufferto theoperandsfield.intresult_id(int value) Sets the specified value to theresult_idfield.inttype_id()type_id(int value) Sets the specified value to thetype_idfield.words()Sets the address of the specifiedIntBufferto thewordsfield.Methods inherited from class org.lwjgl.system.StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streamMethods 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, toStringMethods inherited from class org.lwjgl.system.Pointer.Default
equals, hashCodeMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Constructor Details
-
Buffer
Creates a newSPVParsedInstruction.Bufferinstance 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
SPVParsedInstruction.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
-
words
- Returns:
- a
IntBufferview of the data pointed to by thewordsfield.
-
num_words
public short num_words()- Returns:
- the value of the
num_wordsfield.
-
opcode
public short opcode()- Returns:
- the value of the
opcodefield.
-
ext_inst_type
public int ext_inst_type()- Returns:
- the value of the
ext_inst_typefield.
-
type_id
public int type_id()- Returns:
- the value of the
type_idfield.
-
result_id
public int result_id()- Returns:
- the value of the
result_idfield.
-
operands
- Returns:
- a
SPVParsedOperand.Bufferview of the struct array pointed to by theoperandsfield.
-
num_operands
public short num_operands()- Returns:
- the value of the
num_operandsfield.
-
words
Sets the address of the specifiedIntBufferto thewordsfield. -
opcode
Sets the specified value to theopcodefield. -
ext_inst_type
Sets the specified value to theext_inst_typefield. -
type_id
Sets the specified value to thetype_idfield. -
result_id
Sets the specified value to theresult_idfield. -
operands
Sets the address of the specifiedSPVParsedOperand.Bufferto theoperandsfield.
-