| Package | Description |
|---|---|
| com.io7m.jcanephora.renderstate |
Render state abstraction.
|
| Modifier and Type | Method and Description |
|---|---|
JCGLBlendState |
JCGLBlendState.Builder.build()
Builds a new
JCGLBlendState. |
static JCGLBlendState |
JCGLBlendState.of(JCGLBlendFunction blendFunctionSourceRGB,
JCGLBlendFunction blendFunctionSourceAlpha,
JCGLBlendFunction blendFunctionTargetRGB,
JCGLBlendFunction blendFunctionTargetAlpha,
JCGLBlendEquation blendEquationRGB,
JCGLBlendEquation blendEquationAlpha)
Construct a new immutable
JCGLBlendState instance. |
JCGLBlendState |
JCGLBlendStateMutable.toImmutable()
Converts to
JCGLBlendState. |
Copyright © 2017 <code@io7m.com> http://io7m.com