Class ExrMemoryPoolCreateInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class ExrMemoryPoolCreateInfo extends Struct<ExrMemoryPoolCreateInfo> implements NativeResource
struct ExrMemoryPoolCreateInfo {
    size_t initial_size;
    size_t max_size;
    uint32_t flags;
}
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • INITIAL_SIZE

      public static final int INITIAL_SIZE
      The struct member offsets.
    • MAX_SIZE

      public static final int MAX_SIZE
      The struct member offsets.
    • FLAGS

      public static final int FLAGS
      The struct member offsets.
  • Constructor Details

    • ExrMemoryPoolCreateInfo

      public ExrMemoryPoolCreateInfo(ByteBuffer container)
      Creates a ExrMemoryPoolCreateInfo instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details