| Modifier and Type | Field and Description |
|---|---|
RenderTarget |
Graphics.defaultRenderTarget
The render target for the default framebuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static RenderTarget |
RenderTarget.create(Graphics gfx,
Texture tex)
Creates a render target that renders to
texture. |
| Constructor and Description |
|---|
Surface(Graphics gfx,
RenderTarget target,
QuadBatch defaultBatch)
Creates a surface which will render to
target using defaultBatch as its
default quad renderer. |
Copyright © 2018. All Rights Reserved.