public final class R2EyePositionBuffer extends Object implements R2EyePositionBufferType
R2EyePositionBuffer interface.| Modifier and Type | Method and Description |
|---|---|
com.io7m.jareas.core.AreaInclusiveUnsignedLType |
area() |
void |
delete(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type g)
Delete the current object.
|
R2Texture2DUsableType |
eyePositionTexture() |
com.io7m.jcanephora.core.JCGLFramebufferUsableType |
framebuffer() |
com.io7m.junsigned.ranges.UnsignedRangeInclusiveL |
getRange() |
boolean |
isDeleted() |
static R2EyePositionBufferType |
newEyePositionBuffer(com.io7m.jcanephora.core.api.JCGLFramebuffersType g_fb,
com.io7m.jcanephora.core.api.JCGLTexturesType g_t,
com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType tc,
com.io7m.jareas.core.AreaInclusiveUnsignedLType area)
Construct a new eye-space position buffer.
|
public static R2EyePositionBufferType newEyePositionBuffer(com.io7m.jcanephora.core.api.JCGLFramebuffersType g_fb, com.io7m.jcanephora.core.api.JCGLTexturesType g_t, com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType tc, com.io7m.jareas.core.AreaInclusiveUnsignedLType area)
g_fb - A framebuffer interfaceg_t - A texture interfacetc - A texture unit contextarea - The inclusive area of the bufferpublic R2Texture2DUsableType eyePositionTexture()
eyePositionTexture in interface R2EyePositionBufferUsableTypepublic com.io7m.jcanephora.core.JCGLFramebufferUsableType framebuffer()
framebuffer in interface R2EyePositionBufferUsableTypepublic com.io7m.jareas.core.AreaInclusiveUnsignedLType area()
area in interface R2EyePositionBufferUsableTypepublic com.io7m.junsigned.ranges.UnsignedRangeInclusiveL getRange()
getRange in interface com.io7m.jcanephora.core.JCGLResourceSizedTypepublic boolean isDeleted()
isDeleted in interface com.io7m.jcanephora.core.JCGLResourceUsableTypepublic void delete(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type g)
throws R2Exception
R2DeletableTypedelete in interface R2DeletableTypeg - An OpenGL interfaceR2Exception - On errorsCopyright © 2016 <code@io7m.com> http://io7m.com