| Package | Description |
|---|---|
| com.io7m.jcanephora.core |
Core types and interfaces.
|
| com.io7m.jcanephora.jogl |
JOGL implementation of the
jcanephora API. |
| Modifier and Type | Method and Description |
|---|---|
JCGLPixelFormat |
JCGLTextureFormat.getComponentType() |
static JCGLPixelFormat |
JCGLPixelFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCGLPixelFormat[] |
JCGLPixelFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static JCGLPixelFormat |
JOGLTypeConversions.pixelTypeFromGL(int e)
Convert pixel types from GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
JOGLTypeConversions.pixelTypeToGL(JCGLPixelFormat p)
Convert pixel types to GL constants.
|
Copyright © 2015 <code@io7m.com> http://io7m.com