| Package | Description |
|---|---|
| com.io7m.jcanephora.renderstate |
Render state abstraction.
|
| Modifier and Type | Method and Description |
|---|---|
default JCGLDepthClamping |
JCGLDepthStateType.depthClamp() |
JCGLDepthClamping |
JCGLDepthStateMutable.depthClamp() |
JCGLDepthClamping |
JCGLDepthState.depthClamp() |
static JCGLDepthClamping |
JCGLDepthClamping.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCGLDepthClamping[] |
JCGLDepthClamping.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.setDepthClamp(JCGLDepthClamping depthClamp)
Assigns a value to the
depthClamp attribute. |
JCGLDepthState.Builder |
JCGLDepthState.Builder.setDepthClamp(JCGLDepthClamping depthClamp)
Initializes the value for the
depthClamp attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com