| Package | Description |
|---|---|
| com.io7m.jcanephora.core |
Core types and interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
JCGLClearSpecificationMutable |
JCGLClearSpecificationMutable.clear()
Clears the object by setting all attributes to their initial values.
|
static JCGLClearSpecificationMutable |
JCGLClearSpecificationMutable.create()
Construct a modifiable instance of
JCGLClearSpecificationType. |
static JCGLClearSpecificationMutable |
JCGLClearSpecificationMutable.create(Optional<com.io7m.jtensors.core.unparameterized.vectors.Vector4D> colorBufferClear,
OptionalDouble depthBufferClear,
OptionalInt stencilBufferClear,
boolean strictChecking)
Construct a modifiable instance of
JCGLClearSpecificationType. |
JCGLClearSpecificationMutable |
JCGLClearSpecificationMutable.from(JCGLClearSpecificationType instance)
Fill this modifiable instance with attribute values from the provided
JCGLClearSpecificationType instance. |
JCGLClearSpecificationMutable |
JCGLClearSpecificationMutable.setColorBufferClear(Optional<com.io7m.jtensors.core.unparameterized.vectors.Vector4D> colorBufferClear)
Assigns an optional value for
colorBufferClear. |
JCGLClearSpecificationMutable |
JCGLClearSpecificationMutable.setColorBufferClear(com.io7m.jtensors.core.unparameterized.vectors.Vector4D colorBufferClear)
Assigns a present value for the optional
colorBufferClear attribute. |
JCGLClearSpecificationMutable |
JCGLClearSpecificationMutable.setDepthBufferClear(double depthBufferClear)
Assigns a present value for the optional
depthBufferClear attribute. |
JCGLClearSpecificationMutable |
JCGLClearSpecificationMutable.setDepthBufferClear(OptionalDouble depthBufferClear)
Assigns an optional value for
depthBufferClear. |
JCGLClearSpecificationMutable |
JCGLClearSpecificationMutable.setStencilBufferClear(int stencilBufferClear)
Assigns a present value for the optional
stencilBufferClear attribute. |
JCGLClearSpecificationMutable |
JCGLClearSpecificationMutable.setStencilBufferClear(OptionalInt stencilBufferClear)
Assigns an optional value for
stencilBufferClear. |
JCGLClearSpecificationMutable |
JCGLClearSpecificationMutable.setStrictChecking(boolean strictChecking)
Assigns a value to the
strictChecking attribute. |
JCGLClearSpecificationMutable |
JCGLClearSpecificationMutable.unsetStrictChecking()
Reset an attribute to its initial value.
|
Copyright © 2017 <code@io7m.com> http://io7m.com