| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2DepthAttachmentShare
A preexisting depth texture that will be used as an attachment on a created
framebuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static R2DepthAttachmentShare |
R2DepthAttachmentShare.copyOf(R2DepthAttachmentShareType instance)
Creates an immutable copy of a
R2DepthAttachmentShareType value. |
R2DepthAttachmentShare.Builder |
R2DepthAttachmentShare.Builder.from(R2DepthAttachmentShareType instance)
Fill a builder with attribute values from the provided
R2DepthAttachmentShareType instance. |
| Modifier and Type | Method and Description |
|---|---|
<A,B> B |
R2DepthAttachmentSpecificationType.matchDepthAttachment(A context,
BiFunction<A,R2DepthAttachmentShareType,B> on_share,
BiFunction<A,R2DepthAttachmentCreateType,B> on_create)
Match on the type of depth attachment specification.
|
default <A,B> B |
R2DepthAttachmentShareType.matchDepthAttachment(A context,
BiFunction<A,R2DepthAttachmentShareType,B> on_share,
BiFunction<A,R2DepthAttachmentCreateType,B> on_create) |
default <A,B> B |
R2DepthAttachmentCreateType.matchDepthAttachment(A context,
BiFunction<A,R2DepthAttachmentShareType,B> on_share,
BiFunction<A,R2DepthAttachmentCreateType,B> on_create) |
Copyright © 2017 <code@io7m.com> http://io7m.com