| 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 |
|---|---|
JCGLScalarIntegralType |
JCGLArrayVertexAttributeIntegralType.getType() |
static JCGLScalarIntegralType |
JCGLScalarIntegralType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCGLScalarIntegralType[] |
JCGLScalarIntegralType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JCGLArrayObjectBuilderType.setAttributeIntegral(int index,
JCGLArrayBufferUsableType a,
int elements,
JCGLScalarIntegralType type,
int stride,
long offset)
Configure the attribute
index to retrieve data from a. |
| Modifier and Type | Method and Description |
|---|---|
static JCGLScalarIntegralType |
JOGLTypeConversions.scalarIntegralTypeFromGL(int type)
Convert types from GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
JOGLTypeConversions.scalarIntegralTypeToGL(JCGLScalarIntegralType type)
Convert types to GL constants.
|
Copyright © 2016 <code@io7m.com> http://io7m.com