public class Renderbuffer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEPTH16 |
static int |
RGBA8 |
static int |
STENCIL8 |
| Constructor and Description |
|---|
Renderbuffer() |
| Modifier and Type | Method and Description |
|---|---|
void |
bind() |
void |
delete() |
int |
id() |
void |
storage(int format,
int width,
int height) |
public static final int RGBA8
public static final int DEPTH16
public static final int STENCIL8