| 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. |
| com.io7m.jcanephora.lwjgl3 |
LWJGL3 implementation of the
jcanephora API. |
| com.io7m.jcanephora.renderstate |
Render state abstraction.
|
| Modifier and Type | Method and Description |
|---|---|
static JCGLDepthFunction |
JCGLDepthFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCGLDepthFunction[] |
JCGLDepthFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JCGLDepthBuffersType.depthBufferTestEnable(JCGLDepthFunction function)
Enable depth testing with the given
function. |
| Modifier and Type | Method and Description |
|---|---|
static JCGLDepthFunction |
JOGLTypeConversions.depthFunctionFromGL(int d)
Convert depth functions from GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
JOGLTypeConversions.depthFunctionToGL(JCGLDepthFunction d)
Convert depth functions to GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static JCGLDepthFunction |
LWJGL3TypeConversions.depthFunctionFromGL(int d)
Convert depth functions from GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
LWJGL3TypeConversions.depthFunctionToGL(JCGLDepthFunction d)
Convert depth functions to GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<JCGLDepthFunction> |
JCGLDepthStateType.getDepthTest() |
Optional<JCGLDepthFunction> |
JCGLDepthStateMutable.getDepthTest() |
Optional<JCGLDepthFunction> |
JCGLDepthState.getDepthTest() |
| Modifier and Type | Method and Description |
|---|---|
JCGLDepthStateMutable |
JCGLDepthStateMutable.setDepthTest(JCGLDepthFunction depthTest)
Assigns a present value for the optional
depthTest attribute. |
JCGLDepthState.Builder |
JCGLDepthState.Builder.setDepthTest(JCGLDepthFunction depthTest)
Initializes the optional value
depthTest to depthTest. |
| Modifier and Type | Method and Description |
|---|---|
static JCGLDepthStateMutable |
JCGLDepthStateMutable.create(JCGLDepthStrict depthStrict,
Optional<JCGLDepthFunction> depthTest,
JCGLDepthWriting depthWrite,
JCGLDepthClamping depthClamp)
Construct a modifiable instance of
JCGLDepthStateType. |
static JCGLDepthState |
JCGLDepthState.of(JCGLDepthStrict depthStrict,
Optional<JCGLDepthFunction> depthTest,
JCGLDepthWriting depthWrite,
JCGLDepthClamping depthClamp)
Construct a new immutable
JCGLDepthState instance. |
JCGLDepthStateMutable |
JCGLDepthStateMutable.setDepthTest(Optional<JCGLDepthFunction> depthTest)
Assigns an optional value for
depthTest. |
JCGLDepthState.Builder |
JCGLDepthState.Builder.setDepthTest(Optional<JCGLDepthFunction> depthTest)
Initializes the optional value
depthTest to depthTest. |
Copyright © 2016 <code@io7m.com> http://io7m.com