| 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 |
|---|---|
JCGLFramebufferStatus |
JCGLExceptionFramebufferInvalid.getStatus() |
static JCGLFramebufferStatus |
JCGLFramebufferStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCGLFramebufferStatus[] |
JCGLFramebufferStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
JCGLExceptionFramebufferInvalid(JCGLFramebufferStatus s)
Construct an exception with the given status code.
|
| Modifier and Type | Method and Description |
|---|---|
JCGLFramebufferStatus |
JCGLFramebuffersType.framebufferDrawValidate()
Determine the validity of the currently bound draw
framebuffer.
|
JCGLFramebufferStatus |
JCGLFramebuffersType.framebufferReadValidate()
Determine the validity of the currently bound read
framebuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static JCGLFramebufferStatus |
JOGLTypeConversions.framebufferStatusFromGL(int status)
Convert framebuffer status from GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
JOGLTypeConversions.framebufferStatusToGL(JCGLFramebufferStatus status)
Convert framebuffer status to GL constants.
|
Copyright © 2016 <code@io7m.com> http://io7m.com