| Package | Description |
|---|---|
| com.io7m.jcanephora.renderstate |
Render state abstraction.
|
| Modifier and Type | Method and Description |
|---|---|
JCGLStencilState |
JCGLStencilState.Builder.build()
Builds a new
JCGLStencilState. |
static JCGLStencilState |
JCGLStencilState.of(boolean stencilEnabled,
boolean stencilStrict,
JCGLStencilFunction testFunctionFront,
JCGLStencilFunction testFunctionBack,
int testMaskBack,
int testMaskFront,
int testReferenceBack,
int testReferenceFront,
JCGLStencilOperation operationStencilFailBack,
JCGLStencilOperation operationDepthFailBack,
JCGLStencilOperation operationPassBack,
JCGLStencilOperation operationStencilFailFront,
JCGLStencilOperation operationDepthFailFront,
JCGLStencilOperation operationPassFront,
int writeMaskFrontFaces,
int writeMaskBackFaces)
Construct a new immutable
JCGLStencilState instance. |
JCGLStencilState |
JCGLStencilStateMutable.toImmutable()
Converts to
JCGLStencilState. |
Copyright © 2016 <code@io7m.com> http://io7m.com