Modifier and Type | Method and Description |
---|---|
TextureFilter |
TextureBase.getMagFilter()
Gets the filter for magnification.
|
TextureFilter |
TextureBase.getMinFilter()
Gets the filter for minification.
|
TextureFilter |
TextureBase.getMipFilter()
Gets the filter for mip-level sampling.
|
static TextureFilter |
TextureFilter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextureFilter[] |
TextureFilter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TextureBase.setMagFilter(TextureFilter value)
Sets the filter for magnification.
|
void |
TextureBase.setMinFilter(TextureFilter value)
Sets the filter for minification.
|
void |
TextureBase.setMipFilter(TextureFilter value)
Sets the filter for mip-level sampling.
|
Copyright © 2018. All rights reserved.