@Value.Immutable
@Value.Modifiable
public interface JCGLDepthStateType
| Modifier and Type | Method and Description |
|---|---|
default JCGLDepthClamping |
depthClamp() |
default JCGLDepthStrict |
depthStrict()
Enable or disable strict mode.
|
Optional<JCGLDepthFunction> |
depthTest() |
default JCGLDepthWriting |
depthWrite() |
@Value.Parameter @Value.Default default JCGLDepthStrict depthStrict()
JCGLDepthStrict.DEPTH_STRICT_ENABLED iff strict mode is
enabled@Value.Parameter Optional<JCGLDepthFunction> depthTest()
@Value.Parameter @Value.Default default JCGLDepthWriting depthWrite()
JCGLDepthWriting.DEPTH_WRITE_ENABLED if depth writing is
enabled@Value.Parameter @Value.Default default JCGLDepthClamping depthClamp()
JCGLDepthClamping.DEPTH_CLAMP_ENABLED if depth clamping is
enabledCopyright © 2017 <code@io7m.com> http://io7m.com