| 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. |
void |
JCGLFramebufferBuilderType.detachColorAttachment(JCGLFramebufferColorAttachmentPointType point)
Detach any existing color attachment at
point. |
Optional<JCGLFramebufferColorAttachmentType> |
JCGLFramebufferUsableType.framebufferGetColorAttachment(JCGLFramebufferColorAttachmentPointType c) |
| Modifier and Type | Method and Description |
|---|---|
List<JCGLFramebufferColorAttachmentPointType> |
JCGLFramebuffersType.framebufferGetColorAttachments() |
Copyright © 2017 <code@io7m.com> http://io7m.com