| Package | Description |
|---|---|
| com.io7m.jcanephora.core |
Core types and interfaces.
|
| com.io7m.jcanephora.jogl |
JOGL implementation of the
jcanephora API. |
| com.io7m.jcanephora.lwjgl3 |
LWJGL3 implementation of the
jcanephora API. |
| Modifier and Type | Method and Description |
|---|---|
JCGLScalarType |
JCGLArrayVertexAttributeFloatingPointType.getType() |
static JCGLScalarType |
JCGLScalarType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCGLScalarType[] |
JCGLScalarType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
JCGLArrayObjectBuilderType.setAttributeFloatingPoint(int index,
JCGLArrayBufferUsableType a,
int elements,
JCGLScalarType type,
int stride,
long offset,
boolean normalized) |
void |
JCGLArrayObjectBuilderType.setAttributeFloatingPointWithDivisor(int index,
JCGLArrayBufferUsableType a,
int elements,
JCGLScalarType type,
int stride,
long offset,
boolean normalized,
int divisor)
Configure the attribute
index to retrieve data from a. |
| Modifier and Type | Method and Description |
|---|---|
static JCGLScalarType |
JOGLTypeConversions.scalarTypeFromGL(int type)
Convert types from GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
JOGLTypeConversions.scalarTypeToGL(JCGLScalarType type)
Convert types to GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static JCGLScalarType |
LWJGL3TypeConversions.scalarTypeFromGL(int type)
Convert types from GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
LWJGL3TypeConversions.scalarTypeToGL(JCGLScalarType type)
Convert types to GL constants.
|
Copyright © 2016 <code@io7m.com> http://io7m.com