| Package | Description |
|---|---|
| com.io7m.jcanephora.renderstate |
Render state abstraction.
|
| Modifier and Type | Method and Description |
|---|---|
static JCGLDepthState.Builder |
JCGLDepthState.builder()
Creates a builder for
JCGLDepthState. |
JCGLDepthState.Builder |
JCGLDepthState.Builder.from(JCGLDepthStateType instance)
Fill a builder with attribute values from the provided
JCGLDepthStateType instance. |
JCGLDepthState.Builder |
JCGLDepthState.Builder.setDepthClamp(JCGLDepthClamping depthClamp)
Initializes the value for the
depthClamp attribute. |
JCGLDepthState.Builder |
JCGLDepthState.Builder.setDepthStrict(JCGLDepthStrict depthStrict)
Initializes the value for the
depthStrict attribute. |
JCGLDepthState.Builder |
JCGLDepthState.Builder.setDepthTest(JCGLDepthFunction depthTest)
Initializes the optional value
depthTest to depthTest. |
JCGLDepthState.Builder |
JCGLDepthState.Builder.setDepthTest(Optional<JCGLDepthFunction> depthTest)
Initializes the optional value
depthTest to depthTest. |
JCGLDepthState.Builder |
JCGLDepthState.Builder.setDepthWrite(JCGLDepthWriting depthWrite)
Initializes the value for the
depthWrite attribute. |
Copyright © 2016 <code@io7m.com> http://io7m.com