public final class R2DepthVarianceRenderer extends Object implements R2DepthVarianceRendererType
R2DepthRendererType interface.| Modifier and Type | Method and Description |
|---|---|
void |
delete(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type g3)
Delete the current object.
|
boolean |
isDeleted() |
static R2DepthVarianceRendererType |
newRenderer(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type in_g)
Construct a new renderer.
|
void |
renderDepthVariance(R2DepthVarianceBufferUsableType dbuffer,
com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType uc,
R2MatricesObserverType m,
R2DepthInstancesType s)
Render the given opaque instances into the given depth buffer.
|
void |
renderDepthVarianceWithBoundBuffer(com.io7m.jareas.core.AreaInclusiveUnsignedLType area,
com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType uc,
R2MatricesObserverType m,
R2DepthInstancesType s)
Render the given opaque instances into the currently bound depth
buffer.
|
public static R2DepthVarianceRendererType newRenderer(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type in_g)
in_g - An OpenGL interfacepublic void delete(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type g3)
throws R2Exception
R2DeletableTypedelete in interface R2DeletableTypeg3 - An OpenGL interfaceR2Exception - On errorspublic boolean isDeleted()
isDeleted in interface com.io7m.jcanephora.core.JCGLResourceUsableTypepublic void renderDepthVariance(R2DepthVarianceBufferUsableType dbuffer, com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType uc, R2MatricesObserverType m, R2DepthInstancesType s)
R2DepthVarianceRendererTyperenderDepthVariance in interface R2DepthVarianceRendererTypedbuffer - The depth bufferuc - A texture unit contextm - A matrix contexts - The depth instancespublic void renderDepthVarianceWithBoundBuffer(com.io7m.jareas.core.AreaInclusiveUnsignedLType area,
com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType uc,
R2MatricesObserverType m,
R2DepthInstancesType s)
R2DepthVarianceRendererTyperenderDepthVarianceWithBoundBuffer in interface R2DepthVarianceRendererTypearea - The current viewportuc - A texture unit contextm - A matrix contexts - The depth instancesCopyright © 2016 <code@io7m.com> http://io7m.com