| Package | Description |
|---|---|
| com.io7m.jcanephora.renderstate |
Render state abstraction.
|
| Modifier and Type | Method and Description |
|---|---|
JCGLRenderState |
JCGLRenderState.Builder.build()
Builds a new
JCGLRenderState. |
static JCGLRenderState |
JCGLRenderState.of(Optional<JCGLBlendStateType> blendState,
Optional<JCGLCullingStateType> cullingState,
JCGLColorBufferMaskingStateType colorBufferMaskingState,
JCGLPolygonMode polygonMode,
Optional<com.io7m.jregions.core.unparameterized.areas.AreaL> scissor,
JCGLDepthStateType depthState,
JCGLStencilStateType stencilState)
Construct a new immutable
JCGLRenderState instance. |
JCGLRenderState |
JCGLRenderStateMutable.toImmutable()
Converts to
JCGLRenderState. |
Copyright © 2017 <code@io7m.com> http://io7m.com