public class Framebuffer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
COLOR |
static int |
DEPTH |
static int |
STENCIL |
static Framebuffer |
system |
Constructor and Description |
---|
Framebuffer() |
Modifier and Type | Method and Description |
---|---|
void |
attach(int point,
Renderbuffer buffer) |
void |
attach(int point,
Texture tex) |
void |
bind() |
void |
delete() |
boolean |
status() |
public static final int COLOR
public static final int DEPTH
public static final int STENCIL
public static final Framebuffer system
public void bind()
public void delete()
public void attach(int point, Texture tex)
public void attach(int point, Renderbuffer buffer)
public boolean status()