| Package | Description |
|---|---|
| com.io7m.jcanephora.core.api |
Type-safe OpenGL 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 | Interface and Description |
|---|---|
interface |
JCGLContextType
An OpenGL context.
|
| Modifier and Type | Method and Description |
|---|---|
List<JCGLContextUsableType> |
JCGLContextUsableType.contextGetShares() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JCGLContextUsableType.contextIsSharedWith(JCGLContextUsableType c) |
| Modifier and Type | Class and Description |
|---|---|
class |
FakeContext
The type of fake contexts.
|
| Modifier and Type | Method and Description |
|---|---|
List<JCGLContextUsableType> |
FakeContext.contextGetShares() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FakeContext.contextIsSharedWith(JCGLContextUsableType c) |
Copyright © 2017 <code@io7m.com> http://io7m.com