| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2LightBufferDescription
The type of light buffer descriptions.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static R2LightBufferDescription |
R2LightBufferDescription.copyOf(R2LightBufferDescriptionType instance)
Creates an immutable copy of a
R2LightBufferDescriptionType value. |
R2LightBufferDescription.Builder |
R2LightBufferDescription.Builder.from(R2LightBufferDescriptionType instance)
Fill a builder with attribute values from the provided
com.io7m.r2.core.R2LightBufferDescriptionType instance. |
R2LightBufferUsableType |
R2LightBufferPool.get(com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType tc,
R2LightBufferDescriptionType desc) |
static R2LightBufferType |
R2LightBuffers.newLightBuffer(com.io7m.jcanephora.core.api.JCGLFramebuffersType g_fb,
com.io7m.jcanephora.core.api.JCGLTexturesType g_t,
com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType tc,
R2LightBufferDescriptionType desc)
Construct a new light buffer.
|
Copyright © 2016 <code@io7m.com> http://io7m.com