| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| Modifier and Type | Method and Description |
|---|---|
R2ImageBufferDescription |
R2ImageBufferDescription.Builder.build()
Builds a new
R2ImageBufferDescription. |
static R2ImageBufferDescription |
R2ImageBufferDescription.copyOf(R2ImageBufferDescriptionType instance)
Creates an immutable copy of a
R2ImageBufferDescriptionType value. |
static R2ImageBufferDescription |
R2ImageBufferDescription.of(com.io7m.jareas.core.AreaInclusiveUnsignedLType area,
Optional<R2DepthAttachmentSpecificationType> depthAttachment)
Construct a new immutable
R2ImageBufferDescription instance. |
R2ImageBufferDescription |
R2ImageBufferDescription.withArea(com.io7m.jareas.core.AreaInclusiveUnsignedLType value)
Copy the current immutable object by setting a value for the
area attribute. |
R2ImageBufferDescription |
R2ImageBufferDescription.withDepthAttachment(Optional<R2DepthAttachmentSpecificationType> optional)
Copy the current immutable object by setting an optional value for the
depthAttachment attribute. |
R2ImageBufferDescription |
R2ImageBufferDescription.withDepthAttachment(R2DepthAttachmentSpecificationType value)
Copy the current immutable object by setting a present value for the optional
depthAttachment attribute. |
Copyright © 2016 <code@io7m.com> http://io7m.com