Package org.lwjgl.util.shaderc
Class ShadercIncludeResult.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<ShadercIncludeResult,ShadercIncludeResult.Buffer>
-
- org.lwjgl.util.shaderc.ShadercIncludeResult.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<ShadercIncludeResult>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Enclosing class:
- ShadercIncludeResult
public static class ShadercIncludeResult.Buffer extends org.lwjgl.system.StructBuffer<ShadercIncludeResult,ShadercIncludeResult.Buffer> implements org.lwjgl.system.NativeResource
An array ofShadercIncludeResult
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.ByteBuffer
content()
Returns aByteBuffer
view of the null-terminated string pointed to by thecontent
field.ShadercIncludeResult.Buffer
content(java.nio.ByteBuffer value)
Sets the address of the specified encoded string to thecontent
field.long
content_length()
Returns the value of thecontent_length
field.java.lang.String
contentString()
Decodes the null-terminated string pointed to by thecontent
field.java.nio.ByteBuffer
source_name()
Returns aByteBuffer
view of the null-terminated string pointed to by thesource_name
field.ShadercIncludeResult.Buffer
source_name(java.nio.ByteBuffer value)
Sets the address of the specified encoded string to thesource_name
field.long
source_name_length()
Returns the value of thesource_name_length
field.java.lang.String
source_nameString()
Decodes the null-terminated string pointed to by thesource_name
field.long
user_data()
Returns the value of theuser_data
field.ShadercIncludeResult.Buffer
user_data(long value)
Sets the specified value to theuser_data
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newShadercIncludeResult.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 byShadercIncludeResult.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 Detail
-
source_name
public java.nio.ByteBuffer source_name()
Returns aByteBuffer
view of the null-terminated string pointed to by thesource_name
field.
-
source_nameString
public java.lang.String source_nameString()
Decodes the null-terminated string pointed to by thesource_name
field.
-
source_name_length
public long source_name_length()
Returns the value of thesource_name_length
field.
-
content
public java.nio.ByteBuffer content()
Returns aByteBuffer
view of the null-terminated string pointed to by thecontent
field.
-
contentString
public java.lang.String contentString()
Decodes the null-terminated string pointed to by thecontent
field.
-
content_length
public long content_length()
Returns the value of thecontent_length
field.
-
user_data
public long user_data()
Returns the value of theuser_data
field.
-
source_name
public ShadercIncludeResult.Buffer source_name(java.nio.ByteBuffer value)
Sets the address of the specified encoded string to thesource_name
field.
-
content
public ShadercIncludeResult.Buffer content(java.nio.ByteBuffer value)
Sets the address of the specified encoded string to thecontent
field.
-
user_data
public ShadercIncludeResult.Buffer user_data(long value)
Sets the specified value to theuser_data
field.
-
-