| Package | Description |
|---|---|
| com.io7m.jcanephora.renderstate |
Render state abstraction.
|
| Modifier and Type | Method and Description |
|---|---|
static JCGLBlendState.Builder |
JCGLBlendState.builder()
Creates a builder for
JCGLBlendState. |
JCGLBlendState.Builder |
JCGLBlendState.Builder.from(JCGLBlendStateType instance)
Fill a builder with attribute values from the provided
JCGLBlendStateType instance. |
JCGLBlendState.Builder |
JCGLBlendState.Builder.setBlendEquationAlpha(JCGLBlendEquation blendEquationAlpha)
Initializes the value for the
blendEquationAlpha attribute. |
JCGLBlendState.Builder |
JCGLBlendState.Builder.setBlendEquationRGB(JCGLBlendEquation blendEquationRGB)
Initializes the value for the
blendEquationRGB attribute. |
JCGLBlendState.Builder |
JCGLBlendState.Builder.setBlendFunctionSourceAlpha(JCGLBlendFunction blendFunctionSourceAlpha)
Initializes the value for the
blendFunctionSourceAlpha attribute. |
JCGLBlendState.Builder |
JCGLBlendState.Builder.setBlendFunctionSourceRGB(JCGLBlendFunction blendFunctionSourceRGB)
Initializes the value for the
blendFunctionSourceRGB attribute. |
JCGLBlendState.Builder |
JCGLBlendState.Builder.setBlendFunctionTargetAlpha(JCGLBlendFunction blendFunctionTargetAlpha)
Initializes the value for the
blendFunctionTargetAlpha attribute. |
JCGLBlendState.Builder |
JCGLBlendState.Builder.setBlendFunctionTargetRGB(JCGLBlendFunction blendFunctionTargetRGB)
Initializes the value for the
blendFunctionTargetRGB attribute. |
Copyright © 2016 <code@io7m.com> http://io7m.com