| Package | Description |
|---|---|
| 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 |
|---|---|
JCGLContextType |
JCGLImplementationFakeType.newContext(String name,
FakeShaderListenerType in_listener)
Construct a new context.
|
JCGLContextType |
JCGLImplementationFake.newContext(String name,
FakeShaderListenerType in_listener) |
JCGLContextType |
JCGLImplementationFakeType.newContextSharedWith(JCGLContextType c,
String name,
FakeShaderListenerType in_listener)
Construct a new context, shared with an existing context.
|
JCGLContextType |
JCGLImplementationFake.newContextSharedWith(JCGLContextType c,
String name,
FakeShaderListenerType in_listener) |
| Constructor and Description |
|---|
FakeContext(JCGLImplementationFake i,
String in_name,
FakeShaderListenerType in_listener)
Construct a context.
|
Copyright © 2016 <code@io7m.com> http://io7m.com