static class NGCanvas.RenderBuf
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) Graphics |
g |
(package private) NGCanvas.InitType |
init_type |
(package private) NGCanvas.EffectInput |
input |
private NGCanvas.PixelData |
savedPixelData |
(package private) RTTexture |
tex |
Constructor and Description |
---|
RenderBuf(NGCanvas.InitType init_type) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
private void |
save(int tw,
int th) |
boolean |
validate(Graphics resg,
int tw,
int th) |
final NGCanvas.InitType init_type
RTTexture tex
Graphics g
NGCanvas.EffectInput input
private NGCanvas.PixelData savedPixelData
public RenderBuf(NGCanvas.InitType init_type)
public void dispose()
public boolean validate(Graphics resg, int tw, int th)
private void save(int tw, int th)