| Package | Description |
|---|---|
| com.io7m.jcanephora.core.api |
Type-safe OpenGL interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JCGLStencilBuffersType.stencilBufferClear(int stencil)
Clear the stencil buffer with the specified value
stencil. |
void |
JCGLStencilBuffersType.stencilBufferDisable()
Disable the stencil test.
|
void |
JCGLStencilBuffersType.stencilBufferEnable()
Enable the stencil test.
|
void |
JCGLStencilBuffersType.stencilBufferFunction(JCGLFaceSelection faces,
JCGLStencilFunction function,
int reference,
int mask)
Set the stencil function and reference value for the faces given by
faces. |
boolean |
JCGLStencilBuffersType.stencilBufferIsEnabled() |
void |
JCGLStencilBuffersType.stencilBufferMask(JCGLFaceSelection faces,
int mask)
Control the writing of bits in the stencil buffer for the faces given by
faces. |
Copyright © 2015 <code@io7m.com> http://io7m.com