| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| com.io7m.r2.filters |
Default provided filters.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
R2ImageBufferType
The type of image buffers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2ImageBuffer
Default implementation of the
R2ImageBufferType interface. |
| Modifier and Type | Method and Description |
|---|---|
R2ImageBufferUsableType |
R2ImageBufferPool.get(com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType tc,
R2ImageBufferDescriptionType desc) |
| Modifier and Type | Method and Description |
|---|---|
static R2RenderTargetPoolType<R2ImageBufferDescriptionType,R2ImageBufferUsableType> |
R2ImageBufferPool.newPool(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type g,
long soft,
long hard)
Construct a new pool with the given size limits.
|
| Modifier and Type | Method and Description |
|---|---|
void |
R2ImageBufferPool.returnValue(com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType tc,
R2ImageBufferUsableType target) |
| Modifier and Type | Method and Description |
|---|---|
void |
R2TranslucentRendererType.renderTranslucents(com.io7m.jareas.core.AreaInclusiveUnsignedLType area,
Optional<R2ImageBufferUsableType> ibuffer,
com.io7m.jcanephora.profiler.JCGLProfilingContextType pc,
com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType uc,
R2ShadowMapContextUsableType shadows,
R2MatricesObserverType m,
List<R2TranslucentType<?>> s)
Render the given translucents into the given image buffer.
|
void |
R2TranslucentRenderer.renderTranslucents(com.io7m.jareas.core.AreaInclusiveUnsignedLType area,
Optional<R2ImageBufferUsableType> ibuffer,
com.io7m.jcanephora.profiler.JCGLProfilingContextType pc,
com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType uc,
R2ShadowMapContextUsableType in_shadows,
R2MatricesObserverType m,
List<R2TranslucentType<?>> s) |
Copyright © 2017 <code@io7m.com> http://io7m.com