| Package | Description |
|---|---|
| com.io7m.jcanephora.core |
Core types and interfaces.
|
| com.io7m.jcanephora.fake |
A fake implementation of the
jcanephora APIs intended for unit
testing code without access to a GPU. |
| com.io7m.jcanephora.jogl |
JOGL implementation of the
jcanephora API. |
| Modifier and Type | Method and Description |
|---|---|
static JCGLType |
JCGLType.fromName(String name) |
JCGLType |
JCGLProgramUniformType.getType() |
JCGLType |
JCGLProgramAttributeType.getType() |
static JCGLType |
JCGLType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCGLType[] |
JCGLType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JCGLScalarType.shaderTypeConvertible(int elements,
JCGLType type) |
| Modifier and Type | Method and Description |
|---|---|
JCGLType |
FakeProgramUniform.getType() |
JCGLType |
FakeProgramAttribute.getType() |
| Constructor and Description |
|---|
FakeProgramAttribute(FakeContext in_context,
JCGLProgramShaderUsableType in_program,
int in_location,
String in_name,
JCGLType in_type)
Construct an attribute.
|
FakeProgramUniform(FakeContext in_context,
JCGLProgramShaderUsableType in_program,
int in_location,
String in_name,
JCGLType in_type,
int in_size)
Construct a uniform.
|
| Modifier and Type | Method and Description |
|---|---|
static JCGLType |
JOGLTypeConversions.typeFromGL(int type)
Convert types from GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
JOGLTypeConversions.typeToGL(JCGLType type)
Convert types to GL constants.
|
Copyright © 2016 <code@io7m.com> http://io7m.com