public interface R2GeometryRendererType extends R2DeletableType
| Modifier and Type | Method and Description |
|---|---|
void |
renderGeometry(com.io7m.jareas.core.AreaInclusiveUnsignedLType area,
Optional<R2GeometryBufferUsableType> gbuffer,
com.io7m.jcanephora.profiler.JCGLProfilingContextType pc,
com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType uc,
R2MatricesObserverType m,
R2SceneOpaquesReadableType s)
Render the given opaque instances into the given geometry buffer.
|
deletevoid renderGeometry(com.io7m.jareas.core.AreaInclusiveUnsignedLType area,
Optional<R2GeometryBufferUsableType> gbuffer,
com.io7m.jcanephora.profiler.JCGLProfilingContextType pc,
com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType uc,
R2MatricesObserverType m,
R2SceneOpaquesReadableType s)
Render the given opaque instances into the given geometry buffer.
If a geometry buffer is provided, it will be bound before evaluation and left bound after the method returns.
area - The output viewportgbuffer - The optional geometry bufferpc - A profiling contextuc - A texture unit contextm - A matrix contexts - The opaque instancesCopyright © 2016 <code@io7m.com> http://io7m.com