public interface R2DepthAttachmentSpecificationType
| Modifier and Type | Method and Description |
|---|---|
<A,B> B |
matchDepthAttachment(A context,
BiFunction<A,R2DepthAttachmentShareType,B> on_share,
BiFunction<A,R2DepthAttachmentCreateType,B> on_create)
Match on the type of depth attachment specification.
|
<A,B> B matchDepthAttachment(A context,
BiFunction<A,R2DepthAttachmentShareType,B> on_share,
BiFunction<A,R2DepthAttachmentCreateType,B> on_create)
A - The type of context valuesB - The type of returned valuescontext - A user-defined context valueon_share - Evaluated on values of type R2DepthAttachmentShareTypeon_create - Evaluated on values of type R2DepthAttachmentCreateTypeCopyright © 2016 <code@io7m.com> http://io7m.com