Class ShadercIncludeResult.Buffer

All Implemented Interfaces:
AutoCloseable, Iterable<ShadercIncludeResult>, NativeResource, Pointer
Enclosing class:
ShadercIncludeResult

public static class ShadercIncludeResult.Buffer extends StructBuffer<ShadercIncludeResult,ShadercIncludeResult.Buffer> implements NativeResource
An array of ShadercIncludeResult structs.
  • Constructor Details

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new ShadercIncludeResult.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 ShadercIncludeResult.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

    • source_name

      public ByteBuffer source_name()
      Returns:
      a ByteBuffer view of the null-terminated string pointed to by the source_name field.
    • source_nameString

      public String source_nameString()
      Returns:
      the null-terminated string pointed to by the source_name field.
    • source_name_length

      public long source_name_length()
      Returns:
      the value of the source_name_length field.
    • content

      public ByteBuffer content()
      Returns:
      a ByteBuffer view of the null-terminated string pointed to by the content field.
    • contentString

      public String contentString()
      Returns:
      the null-terminated string pointed to by the content field.
    • content_length

      public long content_length()
      Returns:
      the value of the content_length field.
    • user_data

      public long user_data()
      Returns:
      the value of the user_data field.
    • source_name

      public ShadercIncludeResult.Buffer source_name(ByteBuffer value)
      Sets the address of the specified encoded string to the source_name field.
    • content

      public ShadercIncludeResult.Buffer content(ByteBuffer value)
      Sets the address of the specified encoded string to the content field.
    • user_data

      public ShadercIncludeResult.Buffer user_data(long value)
      Sets the specified value to the user_data field.