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