| 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 |
|---|---|
static JCGLScalarIntegralType |
JCGLScalarIntegralType.fromScalar(JCGLScalarType s)
Convert the given type to a scalar integral type.
|
static JCGLScalarIntegralType |
JCGLScalarIntegralType.fromScalarUnsigned(JCGLUnsignedType s)
Convert the given type to a scalar integral type.
|
JCGLScalarIntegralType |
JCGLArrayVertexAttributeIntegralType.type() |
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 |
|---|---|
static JCGLUnsignedType |
JCGLUnsignedType.fromScalarIntegral(JCGLScalarIntegralType s)
Convert the given scalar integral type to a scalar unsigned type.
|
static JCGLScalarType |
JCGLScalarType.fromScalarIntegral(JCGLScalarIntegralType s)
Convert the given scalar integral type to a scalar type.
|
default void |
JCGLArrayObjectBuilderType.setAttributeIntegral(int index,
JCGLArrayBufferUsableType a,
int elements,
JCGLScalarIntegralType type,
int stride,
long offset) |
void |
JCGLArrayObjectBuilderType.setAttributeIntegralWithDivisor(int index,
JCGLArrayBufferUsableType a,
int elements,
JCGLScalarIntegralType type,
int stride,
long offset,
int divisor)
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.
|
| Modifier and Type | Method and Description |
|---|---|
static JCGLScalarIntegralType |
LWJGL3TypeConversions.scalarIntegralTypeFromGL(int type)
Convert types from GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
LWJGL3TypeConversions.scalarIntegralTypeToGL(JCGLScalarIntegralType type)
Convert types to GL constants.
|
Copyright © 2017 <code@io7m.com> http://io7m.com