| Package | Description |
|---|---|
| com.io7m.jcanephora.core |
Core types and interfaces.
|
| com.io7m.jcanephora.core.api |
Type-safe OpenGL interfaces.
|
| com.io7m.jcanephora.jogl |
JOGL implementation of the
jcanephora API. |
| Modifier and Type | Method and Description |
|---|---|
static JCGLBlendEquation |
JCGLBlendEquation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCGLBlendEquation[] |
JCGLBlendEquation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JCGLBlendingType.blendingEnableSeparateWithEquationSeparate(JCGLBlendFunction source_rgb_factor,
JCGLBlendFunction source_alpha_factor,
JCGLBlendFunction destination_rgb_factor,
JCGLBlendFunction destination_alpha_factor,
JCGLBlendEquation equation_rgb,
JCGLBlendEquation equation_alpha)
Enable blending with the blending functions
source_rgb_factor,
source_alpha_factor, destination_rgb_factor, and destination_alphafactor. |
default void |
JCGLBlendingType.blendingEnableWithEquation(JCGLBlendFunction source_factor,
JCGLBlendFunction destination_factor,
JCGLBlendEquation equation)
Enable blending with the given blending functions and equation.
|
default void |
JCGLBlendingType.blendingEnableWithEquationSeparate(JCGLBlendFunction source_factor,
JCGLBlendFunction destination_factor,
JCGLBlendEquation equation_rgb,
JCGLBlendEquation equation_alpha)
Enable blending with the given blending functions and equation.
|
| Modifier and Type | Method and Description |
|---|---|
static JCGLBlendEquation |
JOGLTypeConversions.blendEquationFromGL(int e)
Convert blend equations from GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
JOGLTypeConversions.blendEquationToGL(JCGLBlendEquation e)
Convert blend equations to GL constants.
|
Copyright © 2015 <code@io7m.com> http://io7m.com