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