| Package | Description |
|---|---|
| com.io7m.jcanephora.core |
Core types and interfaces.
|
| com.io7m.jcanephora.core.api |
Type-safe OpenGL interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JCGLFramebufferBuilderType.attachColorTexture2DAt(JCGLFramebufferColorAttachmentPointType point,
JCGLFramebufferDrawBufferType buffer,
JCGLTexture2DUsableType texture)
Attach the given color texture
texture to the framebuffer that
will be created, at attachment point point. |
void |
JCGLFramebufferBuilderType.attachColorTextureCubeAt(JCGLFramebufferColorAttachmentPointType point,
JCGLFramebufferDrawBufferType buffer,
JCGLTextureCubeUsableType texture,
JCGLCubeMapFaceLH face)
Attach the face
face of the given color cube-map texture texture to the framebuffer that will be created, at attachment point
point. |
| Modifier and Type | Method and Description |
|---|---|
List<JCGLFramebufferDrawBufferType> |
JCGLFramebuffersType.framebufferGetDrawBuffers() |
Copyright © 2016 <code@io7m.com> http://io7m.com