Interface CompositeBufferData

All Superinterfaces:
BufferData

public interface CompositeBufferData extends BufferData
Composite (mutable) buffer data.
  • Method Details

    • add

      Add this buffer to the list of buffers already in this composite buffer.
      Parameters:
      bufferData - buffer data to add to this composite buffer
      Returns:
      this instance