| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2AmbientOcclusionBufferPool
A pool of ambient occlusion buffers, with a configurable soft and
hard size.
|
class |
R2DepthVarianceBufferPool
A pool of depth variance buffers, with a configurable soft and
hard size.
|
class |
R2ImageBufferPool
A pool of image buffers, with a configurable soft and
hard size.
|
class |
R2LightBufferPool
A pool of light buffers, with a configurable soft and
hard size.
|
| Modifier and Type | Method and Description |
|---|---|
static R2RenderTargetPoolType<R2LightBufferDescriptionType,R2LightBufferUsableType> |
R2LightBufferPool.newPool(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type g,
long soft,
long hard)
Construct a new pool with the given size limits.
|
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.
|
static R2RenderTargetPoolType<R2DepthVarianceBufferDescriptionType,R2DepthVarianceBufferUsableType> |
R2DepthVarianceBufferPool.newPool(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type g,
long soft,
long hard)
Construct a new pool with the given size limits.
|
static R2RenderTargetPoolType<R2AmbientOcclusionBufferDescriptionType,R2AmbientOcclusionBufferUsableType> |
R2AmbientOcclusionBufferPool.newPool(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type g,
long soft,
long hard)
Construct a new pool with the given size limits.
|
Copyright © 2017 <code@io7m.com> http://io7m.com