| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
static JCGLFramebufferBlitBuffer |
JCGLFramebufferBlitBuffer.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCGLFramebufferBlitBuffer[] |
JCGLFramebufferBlitBuffer.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JCGLFramebuffersType.framebufferBlit(com.io7m.jareas.core.AreaInclusiveUnsignedLType source,
com.io7m.jareas.core.AreaInclusiveUnsignedLType target,
Set<JCGLFramebufferBlitBuffer> buffers,
JCGLFramebufferBlitFilter filter)
Copy a region of the current read framebuffer to the current
draw framebuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static JCGLFramebufferBlitBuffer |
JOGLTypeConversions.framebufferBlitBufferFromGL(int buffer)
Convert framebuffer blit buffers from GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
JOGLTypeConversions.framebufferBlitBufferToGL(JCGLFramebufferBlitBuffer buffer)
Convert framebuffer blit buffers to GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
JOGLTypeConversions.framebufferBlitBufferSetToMask(Set<JCGLFramebufferBlitBuffer> buffers)
Convert framebuffer blit buffers to GL constants.
|
Copyright © 2016 <code@io7m.com> http://io7m.com