| 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. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,JCGLProgramAttributeType> |
JCGLProgramShaderUsableType.attributes() |
| Modifier and Type | Class and Description |
|---|---|
class |
FakeProgramAttribute
A fake implementation of program attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FakeShaderListenerType.onLinkProgram(FakeContext context,
JCGLProgramShaderUsableType p,
String name,
JCGLVertexShaderUsableType v,
Optional<JCGLGeometryShaderUsableType> g,
JCGLFragmentShaderUsableType f,
Map<String,JCGLProgramAttributeType> attributes,
Map<String,JCGLProgramUniformType> uniforms)
Called when a program is about to be linked.
|
Copyright © 2017 <code@io7m.com> http://io7m.com