Class ExrCommandBufferCreateInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class ExrCommandBufferCreateInfo extends Struct<ExrCommandBufferCreateInfo> implements NativeResource
struct ExrCommandBufferCreateInfo {
    ExrDecoder decoder;
    ExrEncoder encoder;
    uint32_t max_commands;
    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.
    • DECODER

      public static final int DECODER
      The struct member offsets.
    • ENCODER

      public static final int ENCODER
      The struct member offsets.
    • MAX_COMMANDS

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

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

    • ExrCommandBufferCreateInfo

      public ExrCommandBufferCreateInfo(ByteBuffer container)
      Creates a ExrCommandBufferCreateInfo 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