Class SpvcHLSLResourceBindingMapping.Buffer

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

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

    • Buffer

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

    • register_space

      public int register_space()
      Returns:
      the value of the register_space field.
    • register_binding

      public int register_binding()
      Returns:
      the value of the register_binding field.
    • register_space

      public SpvcHLSLResourceBindingMapping.Buffer register_space(int value)
      Sets the specified value to the register_space field.
    • register_binding

      public SpvcHLSLResourceBindingMapping.Buffer register_binding(int value)
      Sets the specified value to the register_binding field.