| Package | Description |
|---|---|
| com.io7m.jcanephora.renderstate |
Render state abstraction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JCGLStencilState
Stencil testing/writing state.
|
class |
JCGLStencilStateMutable
A modifiable implementation of the
JCGLStencilStateType type. |
| Modifier and Type | Method and Description |
|---|---|
default JCGLStencilStateType |
JCGLRenderStateType.getStencilState() |
JCGLStencilStateType |
JCGLRenderStateMutable.getStencilState() |
JCGLStencilStateType |
JCGLRenderState.getStencilState() |
| 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. |
JCGLStencilStateMutable |
JCGLStencilStateMutable.from(JCGLStencilStateType instance)
Fill this modifiable instance with attribute values from the provided
JCGLStencilStateType instance. |
JCGLStencilState.Builder |
JCGLStencilState.Builder.from(JCGLStencilStateType instance)
Fill a builder with attribute values from the provided
JCGLStencilStateType 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.setStencilState(JCGLStencilStateType stencilState)
Assigns a value to the
stencilState attribute. |
JCGLRenderState.Builder |
JCGLRenderState.Builder.setStencilState(JCGLStencilStateType stencilState)
Initializes the value for the
stencilState attribute. |
Copyright © 2016 <code@io7m.com> http://io7m.com