public final class R2EyeZBuffer extends Object implements R2EyeZBufferType
R2EyeZBufferType 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 |
eyeZTexture() |
com.io7m.jcanephora.core.JCGLFramebufferUsableType |
framebuffer() |
com.io7m.junsigned.ranges.UnsignedRangeInclusiveL |
getRange() |
boolean |
isDeleted() |
static R2EyeZBufferType |
newEyeZBuffer(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 Z buffer.
|
public static R2EyeZBufferType newEyeZBuffer(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 eyeZTexture()
eyeZTexture in interface R2EyeZBufferUsableTypepublic com.io7m.jcanephora.core.JCGLFramebufferUsableType framebuffer()
framebuffer in interface R2EyeZBufferUsableTypepublic com.io7m.jareas.core.AreaInclusiveUnsignedLType area()
area in interface R2EyeZBufferUsableTypepublic 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 © 2017 <code@io7m.com> http://io7m.com