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