| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2DepthAttachmentCreate
A preexisting depth texture that will be used as an attachment on a created
framebuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static R2DepthAttachmentCreate |
R2DepthAttachmentCreate.copyOf(R2DepthAttachmentCreateType instance)
Creates an immutable copy of a
R2DepthAttachmentCreateType value. |
R2DepthAttachmentCreate.Builder |
R2DepthAttachmentCreate.Builder.from(R2DepthAttachmentCreateType instance)
Fill a builder with attribute values from the provided
R2DepthAttachmentCreateType 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