| Package | Description |
|---|---|
| com.io7m.jcanephora.renderstate |
Render state abstraction.
|
| Modifier and Type | Method and Description |
|---|---|
static JCGLStencilState.Builder |
JCGLStencilState.builder()
Creates a builder for
JCGLStencilState. |
JCGLStencilState.Builder |
JCGLStencilState.Builder.from(JCGLStencilStateType instance)
Fill a builder with attribute values from the provided
JCGLStencilStateType instance. |
JCGLStencilState.Builder |
JCGLStencilState.Builder.setOperationDepthFailBack(JCGLStencilOperation operationDepthFailBack)
Initializes the value for the
operationDepthFailBack attribute. |
JCGLStencilState.Builder |
JCGLStencilState.Builder.setOperationDepthFailFront(JCGLStencilOperation operationDepthFailFront)
Initializes the value for the
operationDepthFailFront attribute. |
JCGLStencilState.Builder |
JCGLStencilState.Builder.setOperationPassBack(JCGLStencilOperation operationPassBack)
Initializes the value for the
operationPassBack attribute. |
JCGLStencilState.Builder |
JCGLStencilState.Builder.setOperationPassFront(JCGLStencilOperation operationPassFront)
Initializes the value for the
operationPassFront attribute. |
JCGLStencilState.Builder |
JCGLStencilState.Builder.setOperationStencilFailBack(JCGLStencilOperation operationStencilFailBack)
Initializes the value for the
operationStencilFailBack attribute. |
JCGLStencilState.Builder |
JCGLStencilState.Builder.setOperationStencilFailFront(JCGLStencilOperation operationStencilFailFront)
Initializes the value for the
operationStencilFailFront attribute. |
JCGLStencilState.Builder |
JCGLStencilState.Builder.setStencilEnabled(boolean stencilEnabled)
Initializes the value for the
stencilEnabled attribute. |
JCGLStencilState.Builder |
JCGLStencilState.Builder.setStencilStrict(boolean stencilStrict)
Initializes the value for the
stencilStrict attribute. |
JCGLStencilState.Builder |
JCGLStencilState.Builder.setTestFunctionBack(JCGLStencilFunction testFunctionBack)
Initializes the value for the
testFunctionBack attribute. |
JCGLStencilState.Builder |
JCGLStencilState.Builder.setTestFunctionFront(JCGLStencilFunction testFunctionFront)
Initializes the value for the
testFunctionFront attribute. |
JCGLStencilState.Builder |
JCGLStencilState.Builder.setTestMaskBack(int testMaskBack)
Initializes the value for the
testMaskBack attribute. |
JCGLStencilState.Builder |
JCGLStencilState.Builder.setTestMaskFront(int testMaskFront)
Initializes the value for the
testMaskFront attribute. |
JCGLStencilState.Builder |
JCGLStencilState.Builder.setTestReferenceBack(int testReferenceBack)
Initializes the value for the
testReferenceBack attribute. |
JCGLStencilState.Builder |
JCGLStencilState.Builder.setTestReferenceFront(int testReferenceFront)
Initializes the value for the
testReferenceFront attribute. |
JCGLStencilState.Builder |
JCGLStencilState.Builder.setWriteMaskBackFaces(int writeMaskBackFaces)
Initializes the value for the
writeMaskBackFaces attribute. |
JCGLStencilState.Builder |
JCGLStencilState.Builder.setWriteMaskFrontFaces(int writeMaskFrontFaces)
Initializes the value for the
writeMaskFrontFaces attribute. |
Copyright © 2016 <code@io7m.com> http://io7m.com