| Package | Description |
|---|---|
| com.io7m.jcanephora.renderstate |
Render state abstraction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JCGLDepthState
Depth testing/writing state.
|
class |
JCGLDepthStateMutable
A modifiable implementation of the
JCGLDepthStateType type. |
| Modifier and Type | Method and Description |
|---|---|
default JCGLDepthStateType |
JCGLRenderStateType.getDepthState() |
JCGLDepthStateType |
JCGLRenderStateMutable.getDepthState() |
JCGLDepthStateType |
JCGLRenderState.getDepthState() |
| Modifier and Type | Method and Description |
|---|---|
static JCGLRenderStateMutable |
JCGLRenderStateMutable.create(Optional<JCGLBlendStateType> blendState,
Optional<JCGLCullingStateType> cullingState,
JCGLColorBufferMaskingStateType colorBufferMaskingState,
JCGLPolygonMode polygonMode,
Optional<com.io7m.jareas.core.AreaInclusiveUnsignedLType> scissor,
JCGLDepthStateType depthState,
JCGLStencilStateType stencilState)
Construct a modifiable instance of
JCGLRenderStateType. |
JCGLDepthStateMutable |
JCGLDepthStateMutable.from(JCGLDepthStateType instance)
Fill this modifiable instance with attribute values from the provided
JCGLDepthStateType instance. |
JCGLDepthState.Builder |
JCGLDepthState.Builder.from(JCGLDepthStateType instance)
Fill a builder with attribute values from the provided
JCGLDepthStateType instance. |
static JCGLRenderState |
JCGLRenderState.of(Optional<JCGLBlendStateType> blendState,
Optional<JCGLCullingStateType> cullingState,
JCGLColorBufferMaskingStateType colorBufferMaskingState,
JCGLPolygonMode polygonMode,
Optional<com.io7m.jareas.core.AreaInclusiveUnsignedLType> scissor,
JCGLDepthStateType depthState,
JCGLStencilStateType stencilState)
Construct a new immutable
JCGLRenderState instance. |
JCGLRenderStateMutable |
JCGLRenderStateMutable.setDepthState(JCGLDepthStateType depthState)
Assigns a value to the
depthState attribute. |
JCGLRenderState.Builder |
JCGLRenderState.Builder.setDepthState(JCGLDepthStateType depthState)
Initializes the value for the
depthState attribute. |
Copyright © 2016 <code@io7m.com> http://io7m.com