| Package | Description |
|---|---|
| com.io7m.jcanephora.async |
Asynchronous resource loading.
|
| 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. |
| com.io7m.jcanephora.lwjgl3 |
LWJGL3 implementation of the
jcanephora API. |
| Modifier and Type | Method and Description |
|---|---|
static JCGLUnsignedType |
JCGLUnsignedType.fromScalar(JCGLScalarType s)
Convert the given scalar integral type to a scalar unsigned type.
|
static JCGLUnsignedType |
JCGLUnsignedType.fromScalarIntegral(JCGLScalarIntegralType s)
Convert the given scalar integral type to a scalar unsigned type.
|
JCGLUnsignedType |
JCGLIndexBufferUsableType.type() |
static JCGLUnsignedType |
JCGLUnsignedType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCGLUnsignedType[] |
JCGLUnsignedType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static JCGLScalarType |
JCGLScalarType.fromScalarUnsigned(JCGLUnsignedType s)
Convert the given unsigned type to a scalar type.
|
static JCGLScalarIntegralType |
JCGLScalarIntegralType.fromScalarUnsigned(JCGLUnsignedType s)
Convert the given type to a scalar integral type.
|
| Modifier and Type | Method and Description |
|---|---|
JCGLIndexBufferType |
JCGLIndexBuffersType.indexBufferAllocate(long indices,
JCGLUnsignedType type,
JCGLUsageHint usage)
Allocate and bind an index buffer of
indices values of type
type, informing the implementation that the buffer will be used in
the manner specified by usage. |
| Modifier and Type | Method and Description |
|---|---|
static JCGLUnsignedType |
JOGLTypeConversions.unsignedTypeFromGL(int type)
Convert types from GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
JOGLTypeConversions.unsignedTypeToGL(JCGLUnsignedType type)
Convert types to GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static JCGLUnsignedType |
LWJGL3TypeConversions.unsignedTypeFromGL(int type)
Convert types from GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
LWJGL3TypeConversions.unsignedTypeToGL(JCGLUnsignedType type)
Convert types to GL constants.
|
Copyright © 2017 <code@io7m.com> http://io7m.com