Package | Description |
---|---|
agi.foundation.graphics.renderer |
Defines types that interface to the GPU that are independent of the underlying graphics API, such as OpenGL.
|
Modifier and Type | Method and Description |
---|---|
TextureTemplate2D |
Texture2D.getTemplate() |
Modifier and Type | Method and Description |
---|---|
static boolean |
TextureTemplate2D.equals(TextureTemplate2D left,
TextureTemplate2D right)
Returns
true if the two instances are exactly equal. |
boolean |
TextureTemplate2D.equalsType(TextureTemplate2D other)
Indicates whether another instance of this type is exactly equal to this instance.
|
static boolean |
TextureTemplate2D.notEquals(TextureTemplate2D left,
TextureTemplate2D right)
Returns
true if the two instances are not exactly equal. |