| Package | Description |
|---|---|
| com.io7m.jcanephora.core |
Core types and interfaces.
|
| com.io7m.jcanephora.core.api |
Type-safe OpenGL interfaces.
|
| com.io7m.jcanephora.jogl |
JOGL implementation of the
jcanephora API. |
| Modifier and Type | Method and Description |
|---|---|
static JCGLStencilOperation |
JCGLStencilOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCGLStencilOperation[] |
JCGLStencilOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JCGLStencilOperation |
JCGLStencilBuffersType.stencilBufferGetOperationDepthFailBack() |
JCGLStencilOperation |
JCGLStencilBuffersType.stencilBufferGetOperationDepthFailFront() |
JCGLStencilOperation |
JCGLStencilBuffersType.stencilBufferGetOperationPassBack() |
JCGLStencilOperation |
JCGLStencilBuffersType.stencilBufferGetOperationPassFront() |
JCGLStencilOperation |
JCGLStencilBuffersType.stencilBufferGetOperationStencilFailBack() |
JCGLStencilOperation |
JCGLStencilBuffersType.stencilBufferGetOperationStencilFailFront() |
| Modifier and Type | Method and Description |
|---|---|
void |
JCGLStencilBuffersType.stencilBufferOperation(JCGLFaceSelection faces,
JCGLStencilOperation stencil_fail,
JCGLStencilOperation depth_fail,
JCGLStencilOperation pass)
Configure the operations to be performed on the stencil buffer for the
faces given by
faces. |
| Modifier and Type | Method and Description |
|---|---|
static JCGLStencilOperation |
JOGLTypeConversions.stencilOperationFromGL(int op)
Convert stencil ops from GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
JOGLTypeConversions.stencilOperationToGL(JCGLStencilOperation op)
Convert stencil ops to GL constants.
|
Copyright © 2016 <code@io7m.com> http://io7m.com