| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
R2DepthAttachmentCreateType
A preexisting depth texture that will be used as an attachment on a created
framebuffer.
|
interface |
R2DepthAttachmentShareType
A preexisting depth texture that will be used as an attachment on a created
framebuffer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2DepthAttachmentCreate
A preexisting depth texture that will be used as an attachment on a created
framebuffer.
|
class |
R2DepthAttachmentShare
A preexisting depth texture that will be used as an attachment on a created
framebuffer.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<R2DepthAttachmentSpecificationType> |
R2MaskBufferDescriptionType.depthAttachment()
A specification of whether a new depth attachment should be created,
a depth attachment should be shared with an existing framebuffer, or
no depth attachment should exist at all.
|
Optional<R2DepthAttachmentSpecificationType> |
R2MaskBufferDescription.depthAttachment()
A specification of whether a new depth attachment should be created,
a depth attachment should be shared with an existing framebuffer, or
no depth attachment should exist at all.
|
Optional<R2DepthAttachmentSpecificationType> |
R2ImageBufferDescriptionType.depthAttachment()
A specification of whether a new depth attachment should be created,
a depth attachment should be shared with an existing framebuffer, or
no depth attachment should exist at all.
|
Optional<R2DepthAttachmentSpecificationType> |
R2ImageBufferDescription.depthAttachment()
A specification of whether a new depth attachment should be created,
a depth attachment should be shared with an existing framebuffer, or
no depth attachment should exist at all.
|
| Modifier and Type | Method and Description |
|---|---|
R2MaskBufferDescription.Builder |
R2MaskBufferDescription.Builder.setDepthAttachment(R2DepthAttachmentSpecificationType depthAttachment)
Initializes the optional value
depthAttachment to depthAttachment. |
R2ImageBufferDescription.Builder |
R2ImageBufferDescription.Builder.setDepthAttachment(R2DepthAttachmentSpecificationType depthAttachment)
Initializes the optional value
depthAttachment to depthAttachment. |
R2MaskBufferDescription |
R2MaskBufferDescription.withDepthAttachment(R2DepthAttachmentSpecificationType value)
Copy the current immutable object by setting a present value for the optional
depthAttachment attribute. |
R2ImageBufferDescription |
R2ImageBufferDescription.withDepthAttachment(R2DepthAttachmentSpecificationType value)
Copy the current immutable object by setting a present value for the optional
depthAttachment attribute. |
| Modifier and Type | Method and Description |
|---|---|
static R2MaskBufferDescription |
R2MaskBufferDescription.of(com.io7m.jareas.core.AreaInclusiveUnsignedLType area,
Optional<R2DepthAttachmentSpecificationType> depthAttachment)
Construct a new immutable
R2MaskBufferDescription instance. |
static R2ImageBufferDescription |
R2ImageBufferDescription.of(com.io7m.jareas.core.AreaInclusiveUnsignedLType area,
Optional<R2DepthAttachmentSpecificationType> depthAttachment)
Construct a new immutable
R2ImageBufferDescription instance. |
R2MaskBufferDescription.Builder |
R2MaskBufferDescription.Builder.setDepthAttachment(Optional<R2DepthAttachmentSpecificationType> depthAttachment)
Initializes the optional value
depthAttachment to depthAttachment. |
R2ImageBufferDescription.Builder |
R2ImageBufferDescription.Builder.setDepthAttachment(Optional<R2DepthAttachmentSpecificationType> depthAttachment)
Initializes the optional value
depthAttachment to depthAttachment. |
R2MaskBufferDescription |
R2MaskBufferDescription.withDepthAttachment(Optional<R2DepthAttachmentSpecificationType> optional)
Copy the current immutable object by setting an optional value for the
depthAttachment attribute. |
R2ImageBufferDescription |
R2ImageBufferDescription.withDepthAttachment(Optional<R2DepthAttachmentSpecificationType> optional)
Copy the current immutable object by setting an optional value for the
depthAttachment attribute. |
Copyright © 2016 <code@io7m.com> http://io7m.com