public interface R2MaskRendererType extends R2DeletableType
| Modifier and Type | Method and Description |
|---|---|
void |
renderMask(com.io7m.jareas.core.AreaInclusiveUnsignedLType area,
Optional<R2MaskBufferUsableType> mbuffer,
com.io7m.jcanephora.profiler.JCGLProfilingContextType pc,
com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType uc,
R2MatricesObserverType m,
R2MaskInstancesType s)
Render the given instances into the given mask buffer.
|
deletevoid renderMask(com.io7m.jareas.core.AreaInclusiveUnsignedLType area,
Optional<R2MaskBufferUsableType> mbuffer,
com.io7m.jcanephora.profiler.JCGLProfilingContextType pc,
com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType uc,
R2MatricesObserverType m,
R2MaskInstancesType s)
Render the given instances into the given mask buffer.
If a mask buffer is provided, it will be bound before evaluation and left bound after the method returns.
area - The output viewportmbuffer - The optional mask bufferpc - A profiling contextuc - A texture unit contextm - A matrix contexts - The mask instancesCopyright © 2016 <code@io7m.com> http://io7m.com