public class RenderBuffer extends NativeObject
| Modifier and Type | Field and Description |
|---|---|
protected Format |
format |
protected Texture |
texture |
INVALID_ID| Constructor and Description |
|---|
RenderBuffer(Format format) |
RenderBuffer(Texture texture) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Format |
getFormat() |
Texture |
getTexture() |
int |
hashCode() |
void |
setFormat(Format format) |
void |
setTexture(Texture texture) |
String |
toString() |
getID, setIDpublic RenderBuffer(Format format)
public RenderBuffer(Texture texture)
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") protected boolean canEqual(Object other)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public Texture getTexture()
@Generated(value="lombok") public Format getFormat()
@Generated(value="lombok") public void setTexture(Texture texture)
@Generated(value="lombok") public void setFormat(Format format)
Copyright © 2015. All rights reserved.