| Package | Description |
|---|---|
| com.io7m.jcanephora.renderstate |
Render state abstraction.
|
| Modifier and Type | Method and Description |
|---|---|
default JCGLDepthStrict |
JCGLDepthStateType.getDepthStrict()
Enable or disable strict mode.
|
JCGLDepthStrict |
JCGLDepthStateMutable.getDepthStrict()
Enable or disable strict mode.
|
JCGLDepthStrict |
JCGLDepthState.getDepthStrict()
Enable or disable strict mode.
|
static JCGLDepthStrict |
JCGLDepthStrict.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCGLDepthStrict[] |
JCGLDepthStrict.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.setDepthStrict(JCGLDepthStrict depthStrict)
Assigns a value to the
depthStrict attribute. |
JCGLDepthState.Builder |
JCGLDepthState.Builder.setDepthStrict(JCGLDepthStrict depthStrict)
Initializes the value for the
depthStrict attribute. |
Copyright © 2016 <code@io7m.com> http://io7m.com